Biendeo / My-Clone-Hero-Tweaks

Tweaks to Clone Hero that I've made
GNU General Public License v3.0
15 stars 5 forks source link

Recreating the proper game restart implementation in Perfect Mode rather than loading the scene again #17

Closed Biendeo closed 4 years ago

Biendeo commented 4 years ago

The current implementation of the restart functionality is simply loading the Gameplay scene again. This is similar to how v0.20 performed it, but not v0.23. If there are extra things happening, those should be preserved. Alternatively, invoking that restart method is probably the more versatile solution.

Biendeo commented 4 years ago

Fixed in ef03da9.