mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 23:54:23 +00:00
19 lines
569 B
Text
19 lines
569 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Loop.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="CrossLoop" type="Node2D"]
|
|
|
|
[node name="Loop" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="Loop2" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 20, 20 )
|
|
|
|
[node name="Loop3" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 20, -20 )
|
|
|
|
[node name="Loop4" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( -20, 20 )
|
|
|
|
[node name="Loop5" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( -20, -20 )
|