9 lines
184 B
GDScript
9 lines
184 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
pass # Replace with function body.
|
|
|
|
func _on_Btn_PlayGame_pressed():
|
|
Global.LoadSave()
|
|
get_tree().change_scene("res://river_intersection_home2.tscn")
|