From 6a3063e6012bae44457b668ce48c48b8af90a95d Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sat, 28 Dec 2024 12:36:26 +0100 Subject: improved naming --- game/mainmenu/SetShopScript.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 game/mainmenu/SetShopScript.h (limited to 'game/mainmenu/SetShopScript.h') 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 - -class SetShopScript : public IButtonScript { -public: - void init() override; - bool on_button_press(const crepe::ButtonPressEvent& e); -private: - float velocity = 20; -protected: - bool transition = false; -}; -- cgit v1.2.3