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

Change Perfect Mode text from IMGUI to Text #16

Closed Biendeo closed 4 years ago

Biendeo commented 4 years ago

Currently the text rendered in gameplay is using IMGUI, which renders on top of all of the scene (including the pause menu). Correctly rendering this with simple text labels should have it appear properly in the scene, and possibly (unproven) improve performance.