diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:03:14 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:03:14 +0100 |
| commit | 261a2cfd2bedafbc7fcf54e1b86adee206dea519 (patch) | |
| tree | f099bca292e99ae54035f9a5ac7a455eec073c3e /game/menus/ButtonSetMainMenuScript.h | |
| parent | d9c67da9b8c2d8d25ef4dd2c700ddc78573d3a60 (diff) | |
| parent | 0b9574bdd6c5968c07bcf165d66032b75649b5da (diff) | |
merge w/ master
Diffstat (limited to 'game/menus/ButtonSetMainMenuScript.h')
| -rw-r--r-- | game/menus/ButtonSetMainMenuScript.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/game/menus/ButtonSetMainMenuScript.h b/game/menus/ButtonSetMainMenuScript.h deleted file mode 100644 index 13a33bf..0000000 --- a/game/menus/ButtonSetMainMenuScript.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "IButtonScript.h" - -#include <crepe/api/Script.h> - -class ButtonSetMainMenuScript : public IButtonScript { -public: - void init() override; - bool on_button_press(const crepe::ButtonPressEvent& e); -private: - float velocity = 20; -protected: - bool transition = false; -}; |