From 2e854cc0af93f278261f05f8f0290d946e1ceb8a Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Wed, 8 Jan 2025 09:30:14 +0100 Subject: removed not used vales --- game/menus/ButtonNextMainMenuSubScript.h | 3 --- game/menus/ButtonSetMainMenuSubScript.h | 4 ---- game/menus/ButtonSetShopSubScript.h | 4 ---- 3 files changed, 11 deletions(-) (limited to 'game') diff --git a/game/menus/ButtonNextMainMenuSubScript.h b/game/menus/ButtonNextMainMenuSubScript.h index 0603111..3bc3f52 100644 --- a/game/menus/ButtonNextMainMenuSubScript.h +++ b/game/menus/ButtonNextMainMenuSubScript.h @@ -9,9 +9,6 @@ public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); -private: - float velocity = 20; - protected: bool transition = false; }; diff --git a/game/menus/ButtonSetMainMenuSubScript.h b/game/menus/ButtonSetMainMenuSubScript.h index 8891538..0feefdd 100644 --- a/game/menus/ButtonSetMainMenuSubScript.h +++ b/game/menus/ButtonSetMainMenuSubScript.h @@ -8,10 +8,6 @@ class ButtonSetMainMenuSubScript : public IButtonScript { public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); - -private: - float velocity = 20; - protected: bool transition = false; }; diff --git a/game/menus/ButtonSetShopSubScript.h b/game/menus/ButtonSetShopSubScript.h index 7a96cdf..64d0bf5 100644 --- a/game/menus/ButtonSetShopSubScript.h +++ b/game/menus/ButtonSetShopSubScript.h @@ -8,10 +8,6 @@ class ButtonSetShopSubScript : public IButtonScript { public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); - -private: - float velocity = 20; - protected: bool transition = false; }; -- cgit v1.2.3