basic Party Manager
This commit is contained in:
parent
c141e6a169
commit
6f1d5ea681
10 changed files with 158 additions and 8 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue