lexys-labyrinth/js
2021-01-11 18:10:34 -07:00
..
algorithms.js
defs.js Refactor to using cells with fixed slots 2021-01-03 17:19:27 -07:00
editor-tile-overlays.js Teach the editor to do partial redraws 2021-01-03 18:21:52 -07:00
format-base.js Finally populate the options dialog, with volume controls and tileset selection 2021-01-06 19:04:28 -07:00
format-c2g.js Finally populate the options dialog, with volume controls and tileset selection 2021-01-06 19:04:28 -07:00
format-dat.js Finally populate the options dialog, with volume controls and tileset selection 2021-01-06 19:04:28 -07:00
game.js Explicitly allow VFX to erase other VFX (otherwise undo breaks!) 2021-01-10 14:44:23 -07:00
main-base.js Add a focus trap for overlays, and close them with Esc 2021-01-08 22:00:59 -07:00
main-editor.js Fix copied floated selections being entangled 2021-01-11 01:30:16 -07:00
main.js Fix spacebar being eaten by Vivaldi, and repeated arrow keys causing scrolling 2021-01-11 18:10:34 -07:00
renderer-canvas.js Fix rendering of tiles above the actor layer 2021-01-08 17:57:04 -07:00
soundtrack.js
tileset.js Fix perception 2021-01-10 14:44:42 -07:00
tiletypes.js Play an explosion sound when a flame jet destroys something 2021-01-10 14:45:00 -07:00
util.js