31 lines
973 B
Plaintext
Raw Normal View History

2022-09-06 00:30:11 -04:00
be sure that clicking on digger twice doesn't decrement twice
2022-04-10 15:15:48 -04:00
Improve explosions
2022-04-12 23:21:51 -04:00
+ offset the frames when nuking so not simultaneous
+ on explosion, start with invisible 6 so we always get a full 5s
+ Make particles thicker? Look fine, not show up in recordings
+ Erase particles as last step
Request from internet:
+ Acceleration on cursor movement keys
This is trickier than it sounds
2022-04-01 00:33:33 -04:00
2022-04-04 13:57:14 -04:00
Change wait delay on levels with bg animations?
Have 20 lemmings on some levels?
Only scan for Maximum Lemming number rather than maximum possible number?
2022-03-30 23:18:01 -04:00
2022-03-30 15:10:49 -04:00
2022-04-04 13:57:14 -04:00
+ have bridge stop building when hits wall
(real game, reverses too maybe?)
2022-03-14 00:26:11 -04:00
+ wait a second after last lemming gone to exit
+ 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
2022-04-12 23:21:51 -04:00
2022-03-24 16:40:15 -04:00