mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Add new match scene, new player scene and main menu
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends Button
|
||||
|
||||
|
||||
func _on_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://scenes/Game.tscn")
|
||||
Reference in New Issue
Block a user