aboutsummaryrefslogtreecommitdiff
path: root/game/menus/shop/ShopMenuScene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/shop/ShopMenuScene.cpp')
-rw-r--r--game/menus/shop/ShopMenuScene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/menus/shop/ShopMenuScene.cpp b/game/menus/shop/ShopMenuScene.cpp
index d35d296..6c88dc8 100644
--- a/game/menus/shop/ShopMenuScene.cpp
+++ b/game/menus/shop/ShopMenuScene.cpp
@@ -38,9 +38,9 @@ void ShopMenuScene::load_scene(){
.text_width = 115,
.position = {-400,-350},
.script_type = ButtonSubScene::ScriptSelect::MAINMENU,
- .button_type = ButtonSubScene::ButtonSelect::SMALL,
+ .button_type = ButtonSubScene::ButtonSelect::BACK,
.scale = 0.8
});
}
-string ShopMenuScene::get_name() const { return "shopmenu"; }
+string ShopMenuScene::get_name() const { return SHOP_SCENE; }