y order and level execution from menu

This commit is contained in:
Rendo 2025-07-17 04:23:37 +05:00
commit 1631bd87ce
5 changed files with 32 additions and 20 deletions

View file

@ -2,7 +2,7 @@ extends Node
func _on_play_button_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/prototype_survival.tscn")
LevelController.call("StartLevel",preload("uid://bu0dh5ct387xu"),preload("uid://br3364jty1j0i"))
$ChannelPlayer.call("Play")