Party stuff

This commit is contained in:
2026-01-10 17:23:29 -06:00
parent db15eeb672
commit 6f036aac77
12 changed files with 106 additions and 3 deletions

View File

@@ -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
View File

@@ -0,0 +1,6 @@
class_name PartyMember
var stats:BattleStats
func _init() -> void:
stats = BattleStats.new()

1
party/PartyMember.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://drrxgcii1pf1n