Pickups + Save-diff
This commit is contained in:
parent
b49c0ee55f
commit
bf874ba633
11 changed files with 133 additions and 16 deletions
|
|
@ -3,6 +3,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bjt15rm720w5g" path="res://scenes/Player.tscn" id="1_elqb8"]
|
||||
[ext_resource type="Script" uid="uid://cqdq8fslu7cyp" path="res://scripts/world/ChunkManager.cs" id="2_0bbpv"]
|
||||
[ext_resource type="Script" uid="uid://db2vbbh5737ke" path="res://scripts/core/PackManager.cs" id="3_rarhs"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs7qu34sfgvjx" path="res://scenes/world/PickupMarker.tscn" id="3_vcsgt"]
|
||||
[ext_resource type="Script" uid="uid://osk74jjhtcjy" path="res://scripts/core/SaveManager.cs" id="4_rarhs"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=1194367579]
|
||||
|
||||
|
|
@ -14,10 +16,11 @@
|
|||
script = ExtResource("2_0bbpv")
|
||||
PlayerPath = NodePath("../Player")
|
||||
PackManagerPath = NodePath("../../PackManager")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=34197065]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
PickupMarkerScene = ExtResource("3_vcsgt")
|
||||
SaveManagerPath = NodePath("../../SaveManager")
|
||||
|
||||
[node name="PackManager" type="Node" parent="." unique_id=1706387276]
|
||||
script = ExtResource("3_rarhs")
|
||||
|
||||
[node name="SaveManager" type="Node" parent="." unique_id=1115563669]
|
||||
script = ExtResource("4_rarhs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue