diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 17:49:39 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 17:49:39 +0100 |
commit | 07615060da6c211e08a3d7f2e1bb9e99ffc05364 (patch) | |
tree | e272fd896ac25aa7ac6d7b4c20dbe5c49a042dce /game/mainmenu/ButtonSetShopScript.h | |
parent | ce655acf72c5d5be62497dbaac41af7ef49be411 (diff) |
moved and updated files
Diffstat (limited to 'game/mainmenu/ButtonSetShopScript.h')
-rw-r--r-- | game/mainmenu/ButtonSetShopScript.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/game/mainmenu/ButtonSetShopScript.h b/game/mainmenu/ButtonSetShopScript.h deleted file mode 100644 index 51db928..0000000 --- a/game/mainmenu/ButtonSetShopScript.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "IButtonScript.h" -#include <crepe/api/Script.h> - -class ButtonSetShopScript : public IButtonScript { -public: - void init() override; - bool on_button_press(const crepe::ButtonPressEvent& e); -private: - float velocity = 20; -protected: - bool transition = false; -}; |