8 lines
165 B
GDScript3
8 lines
165 B
GDScript3
|
extends Node2D
|
||
|
|
||
|
func _ready():
|
||
|
pass # Replace with function body.
|
||
|
|
||
|
func _on_Btn_PlayGame_pressed():
|
||
|
get_tree().change_scene("res://river_intersection_home2.tscn")
|