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

@@ -7,7 +7,7 @@ extends Control
# Called when the node enters the scene tree for the first time.
func start_game():
var sc = load("res://ui/act1_start.tscn")
var sc = load("res://prologue.tscn")
world.init_data()
roadmap.build(444444)
get_tree().change_scene_to(sc)