doodads/dev-assets/doodads
Noah 91ed6457eb Add More Trapdoor Doodads
* Add the other trapdoor directions: Left, Right and Up.
* UI: Show a color square in each Palette Swatch button in Edit Mode.
  * Instead of just the label like "solid", "fire", "decoration" it also
    shows a square box colored as the swatch color. The label and box
    are left-aligned in the button.
* Minor Play Mode physics update:
  * The player jump is now limited: they may only continue to move
    upwards for 20 ticks, after which they must touch ground before
    jumping again.
  * Remove the "press Down to move down" button. Only gravity moves you
    down.
* Fix a crash in the Editor Mode when you dragged doodads on top of each
  other. Source of bug was the loopActorCollision() function, which only
  should be useful to Play Mode, and it expected the scripting engine to
  be attached to the Canvas. In EditorMode there is no scripting engine.
2019-07-05 15:02:22 -07:00
..
azulian WASM Texture Caching 2019-06-27 12:03:52 -07:00
buttons Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
doors Pub/Sub Messages Between Linked Actors (JavaScript) 2019-06-23 17:34:11 -07:00
objects Level Exit Doodad 2019-07-02 15:24:46 -07:00
test Initial Doodad JavaScript System 2019-04-15 23:07:40 -07:00
trapdoors Add More Trapdoor Doodads 2019-07-05 15:02:22 -07:00
build.sh Add More Trapdoor Doodads 2019-07-05 15:02:22 -07:00
mischievous.js Add JavaScript panic catcher to doodads 2019-04-18 22:02:59 -07:00
palette.json 1st Round of Doodad Sprites + Improve Doodad Tool 2019-04-17 00:02:41 -07:00