Health and killing zones

This commit is contained in:
2024-10-28 10:25:07 +01:00
parent e242f59c0b
commit a15966a361
9 changed files with 42 additions and 47 deletions

View File

@ -5,8 +5,6 @@ extends Node2D
func _on_quit_pressed() -> void:
get_tree().quit()
func _on_play_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/Game/world.tscn")