This commit is contained in:
2026-01-17 13:59:18 -06:00
parent c46afdac76
commit fbc4e070da
10 changed files with 145 additions and 52 deletions

View File

@@ -2,7 +2,7 @@ class_name PartySingleton extends Node
static var PARTY_JOHN = PartyMember.new({
'name': "John",
'team': BattleFighter.FighterTeam.PLAYER,
'team': BattleFighter.FighterTeam.ALLY,
"maxHealth": 9999999999,
"movePrimary": BattleMove.MOVE_PUNCH,
"movesMagical": [ BattleMove.MOVE_FIRE1 ],