ajout board menu

This commit is contained in:
2025-03-28 21:31:24 +01:00
parent 0f026635f6
commit f883bd5bab
8 changed files with 102 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
SettingsKeybindsAppMenu::SettingsKeybindsAppMenu(std::shared_ptr<MenuStack> menuStack, std::shared_ptr<Settings> settings, std::shared_ptr<sf::RenderWindow> renderWindow) :
AppMenu(menuStack, settings, renderWindow),
playerCursor(std::vector<unsigned int>(12, 1)) {
playerCursor({12, 1}) {
this->selectedAnAction = false;