Pickups + Save-diff
This commit is contained in:
parent
b49c0ee55f
commit
bf874ba633
11 changed files with 133 additions and 16 deletions
15
scenes/world/PickupMarker.tscn
Normal file
15
scenes/world/PickupMarker.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene format=3 uid="uid://bs7qu34sfgvjx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://u5olxge8tsb4" path="res://scripts/world/PickupVisual.cs" id="1_a75xq"]
|
||||
[ext_resource type="Script" uid="uid://di8apqyxtfmfp" path="res://scripts/world/PickupMarker.cs" id="1_b3nhw"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_b3nhw"]
|
||||
|
||||
[node name="PickupMarker" type="Area2D" unique_id=1599778276]
|
||||
script = ExtResource("1_b3nhw")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1670396427]
|
||||
shape = SubResource("CircleShape2D_b3nhw")
|
||||
|
||||
[node name="Visual" type="Node2D" parent="." unique_id=886979632]
|
||||
script = ExtResource("1_a75xq")
|
||||
Loading…
Add table
Add a link
Reference in a new issue