portal object improvements :3
This commit is contained in:
parent
07eb3ed129
commit
5677971bf0
9 changed files with 218 additions and 50 deletions
|
@ -46,21 +46,21 @@ tile_set = ExtResource("5_hgo3q")
|
|||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720908, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0, 15, 0, 0, 65551, 0, 0, 131087, 0, 0, 196623, 0, 0, 262159, 0, 0, 327695, 0, 0, 393231, 0, 0, 458767, 0, 0, 524303, 0, 0, 589839, 0, 0, 655375, 0, 0, 0, 0, 0, 65536, 0, 0, 131072, 0, 0, 196608, 0, 0, 6, 0, 0, 65542, 0, 0, 131078, 0, 0, 196614, 0, 0, 262150, 0, 0, 327686, 0, 0, 393222, 0, 0, 393216, 0, 0, 262144, 0, 0, 327680, 0, 0, 458758, 0, 0, 524294, 0, 0, 589830, 0, 0, 655366, 0, 0, 393227, 0, 0, 393228, 0, 0, 393229, 0, 0, 393230, 0, 0, 458757, 0, 0, 458756, 0, 0, 458755, 0, 0, 458754, 0, 0, 458753, 0, 0, 458752, 0, 0)
|
||||
|
||||
[node name="Portal" parent="." instance=ExtResource("6_hgo3q")]
|
||||
[node name="Portal" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(73, 144)
|
||||
connected_portal = NodePath("../Portal2")
|
||||
linked_portal = NodePath("../Portal2")
|
||||
|
||||
[node name="Portal2" parent="." instance=ExtResource("6_hgo3q")]
|
||||
[node name="Portal2" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(152, 120)
|
||||
connected_portal = NodePath("../Portal")
|
||||
linked_portal = NodePath("../Portal")
|
||||
|
||||
[node name="Portal3" parent="." instance=ExtResource("6_hgo3q")]
|
||||
[node name="Portal3" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(233, 144)
|
||||
connected_portal = NodePath("../Portal4")
|
||||
linked_portal = NodePath("../Portal4")
|
||||
|
||||
[node name="Portal4" parent="." instance=ExtResource("6_hgo3q")]
|
||||
[node name="Portal4" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(40, 56)
|
||||
connected_portal = NodePath("../Portal3")
|
||||
linked_portal = NodePath("../Portal3")
|
||||
|
||||
[node name="EndDoor" parent="." instance=ExtResource("7_ti0gq")]
|
||||
position = Vector2(24, 88)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue