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):

View File

@@ -133,7 +133,7 @@ func increase_xp(ch, num):
print("next at ", ch.next_xp)
func init_data():
for ci in range(24):
for ci in range(30):
var cd : = new_candidate()
line[ci] = cd
team = {}