Example damage label

This commit is contained in:
2026-01-11 20:08:44 -06:00
parent 561ab5a983
commit 7defac68c4
11 changed files with 109 additions and 25 deletions

View File

@@ -3,6 +3,7 @@ class_name PartySingleton extends Node
static var PARTY_JOHN = PartyMember.new({
'name': "John",
'team': BattleFighter.FighterTeam.PLAYER,
"maxHealth": 9999999999
})
static var BACKPACK = Inventory.new()