Moving time

This commit is contained in:
Hazel Layne Aranda 2021-03-09 15:53:12 -05:00
parent af00c57c6f
commit 827abde68f
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
4 changed files with 20 additions and 9 deletions

View file

@ -1,15 +1,13 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://splash.png" type="Texture" id=1]
[ext_resource path="res://TestScene.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/TestScene.tscn" type="PackedScene" id=2]
[sub_resource type="GDScript" id=1]
script/source = "extends TextureRect
export var start_scene: PackedScene
func _on_timeout():
get_tree().change_scene_to(start_scene)
"