new repo who this
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
var file:String = "portal.tscn"
|
||||
|
||||
# In future, if needed, use any decision logic to load any scene file as the opening of the game.
|
||||
get_tree().change_scene_to_file(file)
|
||||
Reference in New Issue
Block a user