Added a list of players when in multiplayer (tab list)

This commit is contained in:
Michal Schiller
2026-03-16 13:34:42 +01:00
parent d3cf64cfdc
commit 997c3f2ebe
4 changed files with 86 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ public:
void renderBubbles();
void renderHearts();
void renderDebugInfo();
void renderPlayerList(Font* font, int screenWidth, int screenHeight);
void renderProgressIndicator( const bool isTouchInterface, const int screenWidth, const int screenHeight, float a );