-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOutsideBorderWalls.tscn
53 lines (39 loc) · 1.46 KB
/
OutsideBorderWalls.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[gd_scene load_steps=6 format=2]
[ext_resource path="res://BoardResources/Wall.gd" type="Script" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 4.39662, 129.295 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 4.09546, 128.634 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 270.86, 7.48053 )
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 276.673, 4.20639 )
[node name="OutsideBorderWalls" type="Node2D"]
[node name="LeftWall" type="Area2D" parent="."]
collision_layer = 4
collision_mask = 0
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="LeftWall"]
position = Vector2( -94.2375, 50.0338 )
shape = SubResource( 1 )
[node name="RightWall" type="Area2D" parent="."]
collision_layer = 4
collision_mask = 0
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="RightWall"]
position = Vector2( 317.511, 49.5902 )
shape = SubResource( 2 )
[node name="TopWall" type="Area2D" parent="."]
collision_layer = 4
collision_mask = 0
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="TopWall"]
position = Vector2( 90.4385, -86.4569 )
shape = SubResource( 3 )
[node name="BottomWall" type="Area2D" parent="."]
collision_layer = 4
collision_mask = 0
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="BottomWall"]
position = Vector2( 94.2837, 182.277 )
shape = SubResource( 4 )