Started implementing prologue
This commit is contained in:
@@ -10,6 +10,7 @@ func _ready():
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
var delay: float = 8.0
|
||||
var sg = 1.0
|
||||
func _process(delta):
|
||||
if delay < 0.0:
|
||||
var sc = load("res://main.tscn")
|
||||
|
||||
Reference in New Issue
Block a user