1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 08:04:23 +00:00
looping-for-loops/Objects/ScrollingObjects/Utilities/RecreatingRectangleShape.tscn

11 lines
321 B
Text
Raw Normal View History

2020-10-04 22:47:54 +00:00
[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 )