diff options
Diffstat (limited to 'game/mainmenu/ShowScript.h')
| -rw-r--r-- | game/mainmenu/ShowScript.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/game/mainmenu/ShowScript.h b/game/mainmenu/ShowScript.h deleted file mode 100644 index 5bfabcc..0000000 --- a/game/mainmenu/ShowScript.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include <crepe/api/Script.h> - -class ShowScript : public crepe::Script { -public: - void frame_update(crepe::duration_t delta_time) override; - virtual const char* get_scene_name() const = 0; -private: - float velocity = 20; -protected: - bool transition = false; -}; |