issues
search
AEFeinstein
/
Super-2022-Swadge-FW
MIT License
10
stars
8
forks
source link
[Feedback] Flight Sim
#86
Closed
AEFeinstein
closed
3 years ago
AEFeinstein
commented
3 years ago
[x] Have action button increase speed more. I think it's OK for handling to be tougher at high speed, that's usually the tradeoff of a speed boost
[x] Have a bounding cube (invisible wall) around the Maglord so you don't fly off to infinity
[ ]
(maybe) have a way to quit to the menu mid-game. This would need to be consistent with Shredder.
(won't do)
[x] Add menu option to invert Y axis
[x]
flightRefreshMenu()
leaks memory
[x] Change menu text for the 'invert Y' option to be consistent. it feels odd that "INVERT Y" is an action but "Y INVERTED" is a status
[x] Don't draw headers in a loop for high scores
[x] Don't reset menu position when selecting 'invert Y' option
[x] Add
__attribute__((aligned(4)))
to all structs saved in NVM
(maybe) have a way to quit to the menu mid-game. This would need to be consistent with Shredder.(won't do)flightRefreshMenu()
leaks memory__attribute__((aligned(4)))
to all structs saved in NVM