aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/ingame.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/menu/ingame.gd b/client/menu/ingame.gd
index ed52b821..8a70e55a 100644
--- a/client/menu/ingame.gd
+++ b/client/menu/ingame.gd
@@ -45,11 +45,9 @@ func update_lobby_button():
func anim_setup(): pass
func _menu_open():
- print("ingame open")
anim.play("activate")
await anim.animation_finished
func _menu_exit():
- print("ingame exit")
anim.play_backwards("activate")
await anim.animation_finished