|
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://cqniipdu8ep4p" path="res://game/area/area.gd" id="1_fafbg"] |
4 | 4 | [ext_resource type="Texture2D" uid="uid://hnfs0sg4cppf" path="res://game/area/arena_bubble.svg" id="2_fafbg"] |
5 | | -[ext_resource type="PackedScene" uid="uid://c67rqhkt2da3c" path="res://game/arena_bridge/arena_bridge.tscn" id="3_ea661"] |
6 | 5 |
|
7 | 6 | [sub_resource type="RectangleShape2D" id="RectangleShape2D_7iivh"] |
8 | 7 | size = Vector2(1359, 1326) |
9 | 8 |
|
| 9 | +[sub_resource type="RectangleShape2D" id="RectangleShape2D_fafbg"] |
| 10 | +size = Vector2(52, 937.5) |
| 11 | + |
10 | 12 | [node name="Area" type="Node2D" unique_id=495972852 groups=["areas"]] |
11 | 13 | script = ExtResource("1_fafbg") |
12 | 14 |
|
@@ -43,16 +45,91 @@ collision_mask = 2 |
43 | 45 | position = Vector2(-4.5, 4) |
44 | 46 | shape = SubResource("RectangleShape2D_7iivh") |
45 | 47 |
|
46 | | -[node name="ArenaTransition2" parent="." unique_id=1750952575 instance=ExtResource("3_ea661")] |
47 | | -position = Vector2(-2832, 3) |
| 48 | +[node name="AreaCreation" type="Node2D" parent="." unique_id=1977424729] |
| 49 | + |
| 50 | +[node name="WestCreationArea" type="Area2D" parent="AreaCreation" unique_id=801396723] |
| 51 | +position = Vector2(-1130, 0) |
| 52 | +collision_layer = 0 |
| 53 | +collision_mask = 2 |
| 54 | + |
| 55 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaCreation/WestCreationArea" unique_id=1298957306] |
| 56 | +shape = SubResource("RectangleShape2D_fafbg") |
| 57 | + |
| 58 | +[node name="NorthCreationArea" type="Area2D" parent="AreaCreation" unique_id=706701655] |
| 59 | +position = Vector2(0, -1133) |
| 60 | +collision_layer = 0 |
| 61 | +collision_mask = 2 |
| 62 | + |
| 63 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaCreation/NorthCreationArea" unique_id=1542153924] |
| 64 | +rotation = 1.5707964 |
| 65 | +shape = SubResource("RectangleShape2D_fafbg") |
| 66 | + |
| 67 | +[node name="SouthCreationArea" type="Area2D" parent="AreaCreation" unique_id=1817102077] |
| 68 | +position = Vector2(0, 1130) |
| 69 | +collision_layer = 0 |
| 70 | +collision_mask = 2 |
| 71 | + |
| 72 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaCreation/SouthCreationArea" unique_id=1028679490] |
| 73 | +rotation = 1.5707964 |
| 74 | +shape = SubResource("RectangleShape2D_fafbg") |
| 75 | + |
| 76 | +[node name="EastCreationArea" type="Area2D" parent="AreaCreation" unique_id=1284079051] |
| 77 | +position = Vector2(1126, 0) |
| 78 | +collision_layer = 0 |
| 79 | +collision_mask = 2 |
| 80 | + |
| 81 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaCreation/EastCreationArea" unique_id=1599647433] |
| 82 | +shape = SubResource("RectangleShape2D_fafbg") |
48 | 83 |
|
49 | | -[node name="ArenaTransition" parent="." unique_id=2109252777 instance=ExtResource("3_ea661")] |
50 | | -position = Vector2(1143, 2) |
| 84 | +[node name="Transport" type="Node2D" parent="." unique_id=719304312] |
51 | 85 |
|
52 | | -[node name="ArenaTransition3" parent="." unique_id=438253375 instance=ExtResource("3_ea661")] |
53 | | -position = Vector2(0, 1144) |
| 86 | +[node name="WestTransportArea" type="Area2D" parent="Transport" unique_id=605026687] |
| 87 | +position = Vector2(-1218, 0) |
| 88 | +collision_layer = 0 |
| 89 | +collision_mask = 2 |
| 90 | + |
| 91 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="Transport/WestTransportArea" unique_id=2039810326] |
| 92 | +shape = SubResource("RectangleShape2D_fafbg") |
| 93 | + |
| 94 | +[node name="EastTransportArea" type="Area2D" parent="Transport" unique_id=1470922658] |
| 95 | +position = Vector2(1232, 0) |
| 96 | +collision_layer = 0 |
| 97 | +collision_mask = 2 |
| 98 | + |
| 99 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="Transport/EastTransportArea" unique_id=1089216346] |
| 100 | +position = Vector2(-18, 1.25) |
| 101 | +shape = SubResource("RectangleShape2D_fafbg") |
| 102 | + |
| 103 | +[node name="NorthTransportArea" type="Area2D" parent="Transport" unique_id=308157465] |
| 104 | +position = Vector2(0, -1239) |
54 | 105 | rotation = 1.5707964 |
| 106 | +collision_layer = 0 |
| 107 | +collision_mask = 2 |
55 | 108 |
|
56 | | -[node name="ArenaTransition4" parent="." unique_id=1171611887 instance=ExtResource("3_ea661")] |
57 | | -position = Vector2(0, -2831) |
| 109 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="Transport/NorthTransportArea" unique_id=1844721722] |
| 110 | +position = Vector2(25, 1.25) |
| 111 | +shape = SubResource("RectangleShape2D_fafbg") |
| 112 | + |
| 113 | +[node name="SouthTransportArea" type="Area2D" parent="Transport" unique_id=613335447] |
| 114 | +position = Vector2(1, 1213) |
58 | 115 | rotation = 1.5707964 |
| 116 | +collision_layer = 0 |
| 117 | +collision_mask = 2 |
| 118 | + |
| 119 | +[node name="CollisionShape2D" type="CollisionShape2D" parent="Transport/SouthTransportArea" unique_id=1119681408] |
| 120 | +position = Vector2(1, 1.25) |
| 121 | +shape = SubResource("RectangleShape2D_fafbg") |
| 122 | + |
| 123 | +[node name="Markers" type="Node2D" parent="." unique_id=1863105897] |
| 124 | + |
| 125 | +[node name="WestMarker" type="Marker2D" parent="Markers" unique_id=1119824998] |
| 126 | +position = Vector2(-1008, 0) |
| 127 | + |
| 128 | +[node name="NorthMarker" type="Marker2D" parent="Markers" unique_id=537814493] |
| 129 | +position = Vector2(0, -1022) |
| 130 | + |
| 131 | +[node name="SouthMarker" type="Marker2D" parent="Markers" unique_id=1937527924] |
| 132 | +position = Vector2(1, 1019) |
| 133 | + |
| 134 | +[node name="EastMarker" type="Marker2D" parent="Markers" unique_id=487803607] |
| 135 | +position = Vector2(1008, 0) |
0 commit comments