2020-10-03 22:33:54 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[ext_resource path="res://Objects/SpecialObjects/Wall.tscn" type="PackedScene" id=1]
|
2020-10-03 22:33:54 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 20, 360 )
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=2]
|
|
|
|
extents = Vector2( 680, 20 )
|
|
|
|
|
|
|
|
[node name="SingleScreenWalls" type="Node2D"]
|
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="WallLeft" parent="." instance=ExtResource( 1 )]
|
2020-10-03 22:33:54 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="WallLeft"]
|
|
|
|
position = Vector2( -20, 360 )
|
|
|
|
shape = SubResource( 1 )
|
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="WallRight" parent="." instance=ExtResource( 1 )]
|
2020-10-03 22:33:54 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="WallRight"]
|
|
|
|
position = Vector2( 1300, 360 )
|
|
|
|
shape = SubResource( 1 )
|
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="WallTop" parent="." instance=ExtResource( 1 )]
|
2020-10-03 22:33:54 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="WallTop"]
|
|
|
|
position = Vector2( 640, -20 )
|
|
|
|
shape = SubResource( 2 )
|