scscgit / TukeQuest

School project made in Java using libGDX for a game development course
Apache License 2.0
0 stars 2 forks source link

Implement HUD to display a Player's score, including visualization when it gets incremented, and a feedback about distance from the FX Flame. #44

Closed scscgit closed 7 years ago

scscgit commented 7 years ago

Merged HUD with my Combo system in this commit, it fixed my problem with flames randomly disappearing if the stage was drawn after other actors thanks to projection matrix.

scscgit commented 7 years ago

Distance of the FX Flame is now represented by a progress bar, combo score display is also improved.

scscgit commented 7 years ago

Font size could be increased in my opinion, but it pobably requires a custom font.