level template is now more playable

This commit is contained in:
Rendo 2025-07-19 18:55:45 +05:00
commit e52c98470b
3 changed files with 338 additions and 368 deletions

View file

@ -2,7 +2,7 @@ extends Node
func _on_play_button_pressed() -> void:
LevelController.call("StartLevel",preload("uid://bu0dh5ct387xu"),preload("uid://ctbue7dex4umy"))
LevelController.call("StartLevel",preload("uid://dd3yegl1xo44m"),preload("uid://ctbue7dex4umy"))
$ChannelPlayer.call("Play")