aboutsummaryrefslogtreecommitdiff
path: root/game/menus/ButtonSetShopSubScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/ButtonSetShopSubScript.h')
-rw-r--r--game/menus/ButtonSetShopSubScript.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/menus/ButtonSetShopSubScript.h b/game/menus/ButtonSetShopSubScript.h
index 7a96cdf..64d0bf5 100644
--- a/game/menus/ButtonSetShopSubScript.h
+++ b/game/menus/ButtonSetShopSubScript.h
@@ -8,10 +8,6 @@ class ButtonSetShopSubScript : public IButtonScript {
public:
void init() override;
bool on_button_press(const crepe::ButtonPressEvent & e);
-
-private:
- float velocity = 20;
-
protected:
bool transition = false;
};