[gd_scene load_steps=4 format=2] [ext_resource path="res://Objects/SpecialObjects/Wall.tscn" type="PackedScene" id=1] [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"] [node name="WallLeft" parent="." instance=ExtResource( 1 )] [node name="CollisionShape2D" type="CollisionShape2D" parent="WallLeft"] position = Vector2( -20, 360 ) shape = SubResource( 1 ) [node name="WallRight" parent="." instance=ExtResource( 1 )] [node name="CollisionShape2D" type="CollisionShape2D" parent="WallRight"] position = Vector2( 1300, 360 ) shape = SubResource( 1 ) [node name="WallTop" parent="." instance=ExtResource( 1 )] [node name="CollisionShape2D" type="CollisionShape2D" parent="WallTop"] position = Vector2( 640, -20 ) shape = SubResource( 2 )