diff --git a/Controllers/GameStateController.gd b/Controllers/GameStateController.gd index b2b1d56..fe7d042 100644 --- a/Controllers/GameStateController.gd +++ b/Controllers/GameStateController.gd @@ -13,9 +13,6 @@ func _ready(): _prep_scene("fight_scene") _prep_scene("win_screen") - #test - connect("player_win", self, "_switch_to_win") - _switch_scene(_body_build_scene, "body_build")