Party stuff
This commit is contained in:
@@ -1 +1,3 @@
|
||||
class_name PartySingleton extends Node
|
||||
class_name PartySingleton extends Node
|
||||
|
||||
static var PARTY_JOHN = PartyMember.new()
|
||||
6
party/PartyMember.gd
Normal file
6
party/PartyMember.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name PartyMember
|
||||
|
||||
var stats:BattleStats
|
||||
|
||||
func _init() -> void:
|
||||
stats = BattleStats.new()
|
||||
1
party/PartyMember.gd.uid
Normal file
1
party/PartyMember.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://drrxgcii1pf1n
|
||||
Reference in New Issue
Block a user