Made working version

This commit is contained in:
Segey Lapin
2019-08-25 17:24:07 +03:00
parent a78670739d
commit ce7749d978
19 changed files with 2027 additions and 1982 deletions

View File

@@ -9,7 +9,7 @@ extends Control
func start_game():
var sc = load("res://prologue.tscn")
world.init_data()
roadmap.build(444444)
# roadmap.build(444444)
get_tree().change_scene_to(sc)
func load_game():
pass