dos33fsprogs/games/lemm/TODO

31 lines
973 B
Plaintext
Raw Normal View History

2022-09-06 04:30:11 +00:00
be sure that clicking on digger twice doesn't decrement twice
2022-04-10 19:15:48 +00:00
Improve explosions
2022-04-13 03:21:51 +00: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 04:33:33 +00:00
2022-04-04 17:57:14 +00: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-31 03:18:01 +00:00
2022-03-30 19:10:49 +00:00
2022-04-04 17:57:14 +00:00
+ have bridge stop building when hits wall
(real game, reverses too maybe?)
2022-03-14 04:26:11 +00: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 05:59:15 +00: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 04:36:58 +00:00
the case. Or maybe it's the shift for odd frames, make
the shift the other way if walking left/right
2022-03-23 01:58:21 +00:00
2022-04-13 03:21:51 +00:00
2022-03-24 20:40:15 +00:00