Started working on act1

This commit is contained in:
Segey Lapin
2019-08-10 04:20:04 +03:00
parent 59e0b46384
commit 952020998a
5 changed files with 109 additions and 20 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://main.tscn")
var sc = load("res://ui/act1_start.tscn")
world.init_data()
get_tree().change_scene_to(sc)
func load_game():
@@ -26,8 +26,3 @@ func _ready():
$"VBoxContainer/load".connect("pressed", self, "load_game")
$VBoxContainer/options.connect("pressed", self, "display_options")
$VBoxContainer/development.connect("pressed", self, "display_development")
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass