mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
6 lines
221 B
GDScript
6 lines
221 B
GDScript
# Anthony Wilcox licenses this file to you under the GPL license.
|
|
# See the LICENSE file in the project root for more information.
|
|
extends Node
|
|
|
|
func _on_Timer_timeout():
|
|
get_tree().change_scene("res://MainScreen.tscn")
|