mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 04:11:15 +00:00
Chests and Loot Drops
This commit is contained in:
parent
8ec057faf7
commit
a2a18c69fc
20 changed files with 242 additions and 58 deletions
|
|
@ -76,4 +76,9 @@ collision_mask = 2
|
|||
position = Vector2(162, 255)
|
||||
shape = SubResource("RectangleShape2D_g0xrw")
|
||||
|
||||
[node name="Features" type="Node2D" parent="."]
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Features"]
|
||||
position = Vector2(54, 74)
|
||||
|
||||
[connection signal="area_entered" from="PlayerEnterDetector" to="." method="OnRoomEntered"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue