Racso / fzero-apps

Apps I created for the Flipper Zero.
6 stars 2 forks source link

Zero: Clear suit selector state on game exit #2

Closed stratomaster64 closed 1 year ago

stratomaster64 commented 1 year ago

Should address #1. Please let me know if there are any style guidelines I should follow!

Racso commented 1 year ago

Thanks a lot for the report and the PR!

I believe it's better to disable the selector elsewhere: in the transition into the game scene. There's where I also clear the rest of the game state. I ended up doing it that way: https://github.com/Racso/fzero-apps/commit/c30e5101322a09262f45dd4949221b2dea208d9b

Thanks again. I appreciate it!