Enemy
This commit is contained in:
12
scenes/Main/main.gd
Normal file
12
scenes/Main/main.gd
Normal file
@ -0,0 +1,12 @@
|
||||
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")
|
||||
|
Reference in New Issue
Block a user