Moving time
This commit is contained in:
parent
af00c57c6f
commit
827abde68f
4 changed files with 20 additions and 9 deletions
|
|
@ -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)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue