lexys-labyrinth/js
Eevee (Evelyn Woods) 26c66d6857 Make animations explicit, and fix almost every rendering problem
- `Tileset.animation_slowdown` is gone!
- Actors are now free to animate every move or every two moves, and have
  been configured to do so appropriately.  This fixes the appearance of
  blobs, most noticeably.  (Also fixes #36.)
- Actors that are always animated in CC2 are now always animated in LL.
- Lilypads/turtles now bob randomly.  More randomly than CC2, even.
- Players no longer appear to be swimming when stepping off of lilypads.
- Invisible walls no longer temporarily reveal themselves when you have
  the x-ray glasses (secret eye).
- There's a new option for using the CC2 animation timing, though god
  knows why you would want to.
2021-03-06 18:41:49 -07:00
..
headless Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
vendor Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
algorithms.js handle circuit block undoing pretty well 2021-02-15 15:59:28 +11:00
defs.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
editor-tile-overlays.js Add undo/redo support to the editor 2021-01-25 15:26:56 -07:00
format-base.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
format-c2g.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
format-dat.js Finally populate the options dialog, with volume controls and tileset selection 2021-01-06 19:04:28 -07:00
format-tws.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
game.js Make animations explicit, and fix almost every rendering problem 2021-03-06 18:41:49 -07:00
main-base.js Remember last opened level in editor; prevent deleting the current level 2021-01-16 02:50:52 -07:00
main-editor.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00
main.js Make animations explicit, and fix almost every rendering problem 2021-03-06 18:41:49 -07:00
renderer-canvas.js Make animations explicit, and fix almost every rendering problem 2021-03-06 18:41:49 -07:00
soundtrack.js Add three new music tracks from notchris 2020-11-03 14:07:25 -07:00
tileset.js Make animations explicit, and fix almost every rendering problem 2021-03-06 18:41:49 -07:00
tiletypes.js Make animations explicit, and fix almost every rendering problem 2021-03-06 18:41:49 -07:00
util.js Add support for headless bulk testing 2021-03-06 12:39:16 -07:00