28 lines
1010 B
Plaintext
Raw Normal View History

2022-03-30 23:18:01 -04:00
+ Try oring the lemmings sprites instead of over-writing
2022-03-31 00:25:49 -04:00
(did this, but now they have red hair sometimes?)
2022-03-30 23:18:01 -04:00
2022-03-30 15:10:49 -04:00
+ bridges you can walk through from underneath, not
sure how to implement that
2022-03-30 17:12:03 -04:00
+ bashes stop when nothing to right/left
2022-03-30 15:10:49 -04:00
2022-03-14 00:26:11 -04:00
+ wait a second after last lemming gone to exit
2022-03-15 00:02:46 -04:00
+ dig off the map, end level
2022-03-14 00:26:11 -04:00
+ fill in some of the ground so we don't get stuck when digging
2022-03-18 01:59:15 -04:00
+ See if the jerky animation is due to starting at an odd x vs
even x, maybe we should start animation 4 frames in if that's
2022-03-19 00:36:58 -04:00
the case. Or maybe it's the shift for odd frames, make
the shift the other way if walking left/right
2022-03-22 21:58:21 -04:00
+ Add climber
+ Add builder
+ Make particles thicker? Look fine, not show up in recordings
+ Erase particles as last step
2022-03-22 21:58:21 -04:00
+ when nuke, they should stop coming out of the door
+ offset the frames when nuking so not simultaneous
+ on explosion, start with invisible 6 so we always get a full 5s
2022-03-24 16:40:15 -04:00
+ nuke/exploding should not happen if lemming is splatting
or already exploding
+ green flame for ice level?
2022-03-27 01:58:39 -04:00