Starting road map build at start of game

This commit is contained in:
Segey Lapin
2019-08-18 01:32:57 +03:00
parent fda498da6b
commit f9e6b9141f

View File

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