diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:36:26 +0100 |
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:36:26 +0100 |
| commit | 6a3063e6012bae44457b668ce48c48b8af90a95d (patch) | |
| tree | 98d676fbda6bb1851e5efdaa10d97fcbf84ed837 /game/mainmenu/SetShopScript.h | |
| parent | deb1cd4732fb3a880cd10ce677e62fc2aac974a0 (diff) | |
improved naming
Diffstat (limited to 'game/mainmenu/SetShopScript.h')
| -rw-r--r-- | game/mainmenu/SetShopScript.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/game/mainmenu/SetShopScript.h b/game/mainmenu/SetShopScript.h deleted file mode 100644 index 0705e57..0000000 --- a/game/mainmenu/SetShopScript.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "IButtonScript.h" -#include <crepe/api/Script.h> - -class SetShopScript : public IButtonScript { -public: - void init() override; - bool on_button_press(const crepe::ButtonPressEvent& e); -private: - float velocity = 20; -protected: - bool transition = false; -}; |