Example damage label
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user