added level background and world boundaries

This commit is contained in:
2024-07-23 17:47:14 +02:00
parent 4bb78cee2e
commit 95fe8fbeff
5 changed files with 53 additions and 3 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ func _ready():
func _process(delta):
pass
func _on_start_game_btn_pressed():
print("start game!")
get_tree().get_root().add_child(preload("res://scenes/level.tscn").instantiate())
hide()