Started implementing prologue

This commit is contained in:
Segey Lapin
2019-08-19 23:38:12 +03:00
parent 005ef6cf6d
commit a339140e0c
55 changed files with 4633 additions and 709 deletions

View File

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