Aaron Suen
0d3f26b861
Fix particles for non-16x textures.
...
Resize base texture down to 16x first, so mask works
as expected. Some textures may be blurred, but
we're more concerned with getting the overal color
right more than showing actual patterns.
2019-12-30 14:16:14 -05:00
Aaron Suen
0c9544d6b5
Some scaling/particle cleanup, make scaling particles distinct.
2019-09-07 09:32:36 -04:00
Aaron Suen
39dea8a2ae
MAJOR: Code quality audit using luacheck.
...
- Removed lots of unused variables, a few shadowed identifiers.
- Removed a few sections of dead code.
2019-08-31 09:26:53 -04:00
Aaron Suen
fe2c153f9e
Clean up all lua code style.
...
Formatting rules based on Paul Kulchenko's perl-based formatter...
http://notebook.kulchenko.com/programming/lua-beautifier-in-55-lines-of-perl
...using a single tab for indent.
Mostly pure whitespace changes.
2019-08-27 19:14:51 -04:00
Aaron Suen
b5bd67d5a7
Finished pummel-craft API, started converting recipes.
2019-02-09 22:44:56 -05:00