mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 22:23:48 +00:00
Vending Machines
This commit is contained in:
parent
e25da0fe16
commit
d020b067af
16 changed files with 249 additions and 34 deletions
|
|
@ -372,6 +372,7 @@ metadata/_edit_lock_ = true
|
|||
[node name="Navigation" type="Node2D" parent="."]
|
||||
|
||||
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="Navigation"]
|
||||
visible = false
|
||||
navigation_polygon = SubResource("NavigationPolygon_j86ly")
|
||||
|
||||
[node name="Parallax2D" type="Parallax2D" parent="."]
|
||||
|
|
@ -623,7 +624,16 @@ position = Vector2(-545, -503)
|
|||
position = Vector2(-527, -504)
|
||||
|
||||
[node name="CreditsPickup" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("30_pniyx")]
|
||||
position = Vector2(-751, -412)
|
||||
position = Vector2(-860, -454)
|
||||
|
||||
[node name="CreditsPickup2" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("30_pniyx")]
|
||||
position = Vector2(-859, -475)
|
||||
|
||||
[node name="CreditsPickup3" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("30_pniyx")]
|
||||
position = Vector2(-872, -464)
|
||||
|
||||
[node name="CreditsPickup4" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("30_pniyx")]
|
||||
position = Vector2(-873.778, -451.047)
|
||||
|
||||
[node name="ShieldPickup" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("31_5ews6")]
|
||||
position = Vector2(-751, -395)
|
||||
|
|
@ -641,7 +651,7 @@ position = Vector2(-735, -412)
|
|||
position = Vector2(-843, -345)
|
||||
|
||||
[node name="Blue Box" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("37_gtga7")]
|
||||
position = Vector2(-832, -396)
|
||||
position = Vector2(-890, -380)
|
||||
|
||||
[node name="SwitchBox" parent="Parallax2D/Factory Tilemaps/Debug Room" node_paths=PackedStringArray("Targets") instance=ExtResource("38_qnbhd")]
|
||||
position = Vector2(-686, -484)
|
||||
|
|
@ -675,6 +685,9 @@ Script = SubResource("Resource_f37sa")
|
|||
[node name="Fridge" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("115_dferh")]
|
||||
position = Vector2(-736, -438)
|
||||
|
||||
[node name="VendingMachine" parent="Parallax2D/Factory Tilemaps/Debug Room" instance=ExtResource("87_gqbl6")]
|
||||
position = Vector2(-840, -423)
|
||||
|
||||
[node name="Part2" type="Node2D" parent="Parallax2D/Factory Tilemaps"]
|
||||
y_sort_enabled = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue