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

@@ -56,6 +56,7 @@ public:
static const int KEY_Z = 90;
static const int KEY_BACKSPACE = 8;
static const int KEY_TAB = 9;
static const int KEY_RETURN = 13;
static const int KEY_F1 = 112;