mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 06:33:47 +00:00
Interactable Chest Collision
This commit is contained in:
parent
b645e1724e
commit
686dea6c8d
8 changed files with 95 additions and 22 deletions
|
|
@ -377,6 +377,12 @@ position = Vector2(-1120, 128)
|
|||
[node name="HorizontalDoor2" parent="Factory Tilemaps" instance=ExtResource("12_i7i2m")]
|
||||
position = Vector2(-944, 160)
|
||||
|
||||
[node name="Chest" parent="Factory Tilemaps" instance=ExtResource("25_4b2ed")]
|
||||
position = Vector2(-760, -169)
|
||||
|
||||
[node name="ControlPad5" parent="Factory Tilemaps" instance=ExtResource("12_hfkf1")]
|
||||
position = Vector2(-791, -137)
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
script = ExtResource("6_t8ide")
|
||||
pixel_snap = false
|
||||
|
|
@ -432,6 +438,3 @@ script = ExtResource("24_0c2yt")
|
|||
|
||||
[node name="PlayerStartPosition" type="Marker2D" parent="."]
|
||||
position = Vector2(-779, -160)
|
||||
|
||||
[node name="Chest" parent="." instance=ExtResource("25_4b2ed")]
|
||||
position = Vector2(-760, -169)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue