proto3 initial commit

This commit is contained in:
Segey Lapin
2020-04-13 12:45:25 +03:00
parent 69410badf6
commit 1084b6d5c3
1588 changed files with 368852 additions and 23 deletions

View File

@@ -300,6 +300,10 @@ func build_contols():
$s/VBoxContainer/ok.show()
$s/VBoxContainer/ok.connect("pressed", self, "next_scene")
func next_scene():
var looks = {}
for e in characters.get_modifier_list(ch):
looks[e] = characters.get_modifier_value(ch, e)
world.master_stats.look = looks
var scene = load(world.next_scene)
get_tree().change_scene_to(scene)
func _process(delta):