Made game work

This commit is contained in:
Segey Lapin
2019-10-19 16:35:36 +03:00
parent 53c8a3504f
commit 69410badf6
14 changed files with 506 additions and 463 deletions

View File

@@ -183,6 +183,7 @@ func set_modifier_value(ch: Node, mod_id, value):
# var cha = ch.get_meta("mod")
# cha.modify(ch)
func update():
print("update")
CharacterInstanceList.update()
func remove(ch):