aboutsummaryrefslogtreecommitdiff
path: root/game/mainmenu/ButtonSetShopScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/mainmenu/ButtonSetShopScript.h')
-rw-r--r--game/mainmenu/ButtonSetShopScript.h14
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;
-};