mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
50 lines
2.5 KiB
Text
50 lines
2.5 KiB
Text
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Background.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Sprites/button_right.png" type="Texture" id=4]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Loop.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostGroup.tscn" type="PackedScene" id=7]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Utilities/ScrollingPipesTileMap.tscn" type="PackedScene" id=9]
|
|
[ext_resource path="res://Objects/ScrollingObjects/ScrollingPipe.tscn" type="PackedScene" id=10]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostBlock.tscn" type="PackedScene" id=11]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buttons/CBSpeedChangeButton.tscn" type="PackedScene" id=12]
|
|
|
|
[node name="Intro" type="Node2D"]
|
|
|
|
[node name="ScrollingPipe" parent="." instance=ExtResource( 10 )]
|
|
position = Vector2( 1300, -20 )
|
|
|
|
[node name="TileMap" parent="ScrollingPipe" instance=ExtResource( 9 )]
|
|
position = Vector2( -1140, 660 )
|
|
tile_data = PoolIntArray( -393205, 0, 0, -393204, 0, 65537, -393200, 0, 65537, -393199, 0, 1, -327669, 0, 65536, -327663, 0, 65536, -262133, 0, 65536, -262127, 0, 65536, -196597, 0, 65536, -196591, 0, 65536, -131065, 0, 0, -131064, 0, 65537, -131063, 0, 65537, -131062, 0, 65537, -131061, 0, 131073, -131055, 0, 131072, -131054, 0, 65537, -131053, 0, 65537, -131052, 0, 65537, -131051, 0, 1, -65534, 0, 0, -65533, 0, 65537, -65532, 0, 1, -65529, 0, 65536, -65515, 0, 65536, 2, 0, 65536, 4, 0, 65536, 7, 0, 65536, 21, 0, 65536 )
|
|
|
|
[node name="CBSpeedChangeButton" parent="." instance=ExtResource( 12 )]
|
|
position = Vector2( 1260, 660 )
|
|
color = Color( 0, 1, 0.376471, 1 )
|
|
icon = ExtResource( 4 )
|
|
change = 100.0
|
|
|
|
[node name="Loop" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 300, 580 )
|
|
|
|
[node name="Loop2" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 500, 540 )
|
|
|
|
[node name="Loop3" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 740, 380 )
|
|
|
|
[node name="Loop4" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 980, 540 )
|
|
|
|
[node name="GhostGroup" parent="." instance=ExtResource( 7 )]
|
|
position = Vector2( 740, 420 )
|
|
|
|
[node name="GhostBlock" parent="GhostGroup" instance=ExtResource( 11 )]
|
|
position = Vector2( -40, 0 )
|
|
|
|
[node name="GhostBlock2" parent="GhostGroup" instance=ExtResource( 11 )]
|
|
|
|
[node name="GhostBlock3" parent="GhostGroup" instance=ExtResource( 11 )]
|
|
position = Vector2( 40, 0 )
|
|
|
|
[node name="Background" parent="." instance=ExtResource( 1 )]
|