Noah Petherbridge
1a8a5eb94b
- Fix a memory sharing bug in the Giant Screenshot feature. - Main Menu to eagerload chunks in the background to make scrolling less jittery. No time for a loadscreen! - Extra script debugging: names/IDs of doodads are shown when they send messages to one another. - Level Properties: you can edit the Bounded max width/height values for the level. Doodad changes: - Buttons: fix a timing bug and keep better track of who is stepping on it, only popping up when all colliders have left. The effect: they pop up immediately (not after 200ms) and are more reliable. - Keys: zero-qty keys will no longer put themselves into the inventory of characters who already have one except for the player character. So the Thief will not steal them if she already has the key. Added to the JavaScript API: * time.Hour, time.Minute, time.Second, time.Millisecond, time.Microsecond |
||
---|---|---|
.. | ||
blue-closed.png | ||
blue-key.png | ||
blue-left.png | ||
blue-right.png | ||
blue-unlocked.png | ||
blue1.png | ||
blue2.png | ||
build.sh | ||
colored-door.js | ||
electric-door.js | ||
electric.gif | ||
electric1.png | ||
electric2.png | ||
electric3.png | ||
electric4.png | ||
green-closed.png | ||
green-key.png | ||
green-left.png | ||
green-right.png | ||
green-unlocked.png | ||
green1.png | ||
green2.png | ||
keys.js | ||
locked-door.js | ||
Makefile | ||
README.md | ||
red-closed.png | ||
red-key.png | ||
red-left.png | ||
red-right.png | ||
red-unlocked.png | ||
red1.png | ||
red2.png | ||
small-closed.png | ||
small-key.png | ||
small-left.png | ||
small-right.png | ||
small-unlocked.png | ||
yellow-closed.png | ||
yellow-key.png | ||
yellow-left.png | ||
yellow-right.png | ||
yellow-unlocked.png | ||
yellow1.png | ||
yellow2.png |
Button Doodads
doodad convert -t "Red Door" red1.png red2.png red-door.doodad
doodad convert -t "Blue Door" blue1.png blue2.png blue-door.doodad
doodad convert -t "Green Door" green1.png green2.png green-door.doodad
doodad convert -t "Yellow Door" yellow1.png yellow2.png yellow-door.doodad
doodad convert -t "Red Key" red-key.png red-key.doodad
doodad convert -t "Blue Key" blue-key.png blue-key.doodad
doodad convert -t "Green Key" green-key.png green-key.doodad
doodad convert -t "Yellow Key" yellow-key.png yellow-key.doodad
doodad convert -t "Electric Door" electric{1,2,3,4}.png electric-door.doodad