1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/src/Splash.gd
Anthony Wilcox 3f26afed03 Added GPL license notice to code
- New boot splash
- Removed TS2 shirt asset
2018-12-30 22:38:33 -05:00

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")