[gd_scene load_steps=3 format=2] [ext_resource path="res://Objects/ScrollingObjects/RecreatingRectangleShape.gd" type="Script" id=1] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 4, 10 ) [node name="RecreatingRectangleShape" type="CollisionShape2D"] shape = SubResource( 1 ) script = ExtResource( 1 )