basic Party Manager

This commit is contained in:
anonoe 2026-02-15 17:08:46 +01:00
parent c141e6a169
commit 6f1d5ea681
Signed by: anonoe
SSH key fingerprint: SHA256:OnAs6gNQelOnDiY5tBpDYKQiuTgBvnmIdMo5P09cdqg
10 changed files with 158 additions and 8 deletions

View file

@ -10,6 +10,8 @@
[ext_resource type="Script" uid="uid://boip0mbmeqmhk" path="res://scripts/core/GameRoot.cs" id="8_jlsqs"]
[ext_resource type="PackedScene" uid="uid://bffdg1ki45e4e" path="res://ui/CaptureUI.tscn" id="9_lhr70"]
[ext_resource type="Script" uid="uid://bl7xagtutg20w" path="res://scripts/core/CaptureController.cs" id="10_wp0k4"]
[ext_resource type="Script" uid="uid://cbqbnpj2451y4" path="res://scripts/core/PartyManager.cs" id="11_wp0k4"]
[ext_resource type="PackedScene" uid="uid://jfswyfq1eswl" path="res://ui/PartyHUD.tscn" id="12_bjd11"]
[node name="Main" type="Node2D" unique_id=1194367579]
@ -39,7 +41,15 @@ script = ExtResource("6_c01mt")
script = ExtResource("8_jlsqs")
[node name="CaptureUi" parent="." unique_id=1650401906 instance=ExtResource("9_lhr70")]
PartyManagerPath = NodePath("../PartyManager")
[node name="CaptureController" type="Node" parent="." unique_id=68644702]
script = ExtResource("10_wp0k4")
CaptureUIPath = NodePath("../CaptureUi")
[node name="PartyManager" type="Node" parent="." unique_id=1307007773]
script = ExtResource("11_wp0k4")
SaveManagerPath = NodePath("../SaveManager")
[node name="PartyHud" parent="." unique_id=1636873718 instance=ExtResource("12_bjd11")]
PartyManagerPath = NodePath("../PartyManager")