Add "Quit Game" button

This commit is contained in:
2026-03-12 21:42:20 +01:00
parent 0ea8b87970
commit 470509ee52
4 changed files with 47 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
#include "../../Screen.h"
#include "../../components/LargeImageButton.h"
#include "../../components/ImageButton.h"
#include "../../components/TextBox.h"
namespace Touch {
@@ -27,6 +28,7 @@ private:
LargeImageButton bHost;
LargeImageButton bJoin;
LargeImageButton bOptions;
ImageButton bQuit; // X close icon
std::string copyright;
int copyrightPosX;