proto3 initial commit
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user