mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 16:14:22 +00:00
107 lines
5.6 KiB
Text
107 lines
5.6 KiB
Text
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostGroup.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buzzsaw.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Utilities/ScrollingPipesTileMap.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buttons/CBSpeedChangeButton.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://Objects/ScrollingObjects/ScrollingPipe.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://Sprites/button_right.png" type="Texture" id=6]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Background.tscn" type="PackedScene" id=7]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Loop.tscn" type="PackedScene" id=8]
|
|
[ext_resource path="res://Objects/ScrollingObjects/CrossLoop.tscn" type="PackedScene" id=9]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Background" parent="." instance=ExtResource( 7 )]
|
|
|
|
[node name="Buzzsaw" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 120, 600 )
|
|
|
|
[node name="Buzzsaw2" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 240, 600 )
|
|
|
|
[node name="Buzzsaw3" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 360, 600 )
|
|
|
|
[node name="Buzzsaw4" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 480, 600 )
|
|
|
|
[node name="Buzzsaw5" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 600, 600 )
|
|
|
|
[node name="Buzzsaw6" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 720, 600 )
|
|
|
|
[node name="Buzzsaw7" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 840, 600 )
|
|
|
|
[node name="Buzzsaw8" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 960, 600 )
|
|
|
|
[node name="Buzzsaw9" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 1080, 600 )
|
|
|
|
[node name="Buzzsaw10" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 1200, 600 )
|
|
|
|
[node name="ScrollingPipe" parent="." instance=ExtResource( 5 )]
|
|
position = Vector2( 1280, 0 )
|
|
|
|
[node name="TileMap" parent="ScrollingPipe" instance=ExtResource( 3 )]
|
|
tile_data = PoolIntArray( 327648, 0, 65537, 327649, 0, 65537, 327650, 0, 65537, 327651, 0, 65537, 327652, 0, 65537, 327653, 0, 65537, 327654, 0, 65537, 327655, 0, 65537, 327656, 0, 65537, 327657, 0, 65537, 327658, 0, 65537, 327659, 0, 65537, 327660, 0, 65537, 327661, 0, 65537, 327662, 0, 65537, 327663, 0, 65537, 327664, 0, 65537, 327665, 0, 65537, 327666, 0, 65537, 327667, 0, 65537, 327668, 0, 65537, 327669, 0, 65537, 327670, 0, 65537, 327671, 0, 65537, 327672, 0, 65537, 327673, 0, 65537, 327674, 0, 65537, 327675, 0, 65537, 327676, 0, 65537, 327677, 0, 65537, 327678, 0, 65537, 327679, 0, 65537, 917472, 0, 65536, 917503, 0, 65536, 983008, 0, 65536, 983038, 0, 0, 983039, 0, 131073, 1048544, 0, 65536, 1048574, 0, 131072, 1048575, 0, 1, 1114080, 0, 65536, 1114111, 0, 65536 )
|
|
|
|
[node name="GhostGroup" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="CBSpeedChangeButton" parent="GhostGroup" instance=ExtResource( 4 )]
|
|
position = Vector2( 1260, 500 )
|
|
change = -300.0
|
|
|
|
[node name="CBSpeedChangeButton2" parent="GhostGroup" instance=ExtResource( 4 )]
|
|
position = Vector2( 1220, 500 )
|
|
change = -300.0
|
|
|
|
[node name="CBSpeedChangeButton3" parent="GhostGroup" instance=ExtResource( 4 )]
|
|
position = Vector2( 1180, 500 )
|
|
change = -300.0
|
|
|
|
[node name="GhostGroup2" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( -1160, 0 )
|
|
|
|
[node name="CBSpeedChangeButton" parent="GhostGroup2" instance=ExtResource( 4 )]
|
|
position = Vector2( 1260, 500 )
|
|
color = Color( 0, 1, 0.376471, 1 )
|
|
icon = ExtResource( 6 )
|
|
change = 300.0
|
|
|
|
[node name="CBSpeedChangeButton2" parent="GhostGroup2" instance=ExtResource( 4 )]
|
|
position = Vector2( 1220, 500 )
|
|
color = Color( 0, 1, 0.376471, 1 )
|
|
icon = ExtResource( 6 )
|
|
change = 300.0
|
|
|
|
[node name="CBSpeedChangeButton3" parent="GhostGroup2" instance=ExtResource( 4 )]
|
|
position = Vector2( 1180, 500 )
|
|
color = Color( 0, 1, 0.376471, 1 )
|
|
icon = ExtResource( 6 )
|
|
change = 300.0
|
|
|
|
[node name="Loop6" parent="." instance=ExtResource( 8 )]
|
|
position = Vector2( 1180, 460 )
|
|
|
|
[node name="Loop9" parent="." instance=ExtResource( 8 )]
|
|
position = Vector2( 100, 460 )
|
|
|
|
[node name="CrossLoop2" parent="." instance=ExtResource( 9 )]
|
|
position = Vector2( 660, 280 )
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton" to="GhostGroup/CBSpeedChangeButton" method="_on_GameButton_clicked"]
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton" to="GhostGroup" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton2" to="GhostGroup/CBSpeedChangeButton2" method="_on_GameButton_clicked"]
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton2" to="GhostGroup" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton3" to="GhostGroup/CBSpeedChangeButton3" method="_on_GameButton_clicked"]
|
|
[connection signal="clicked" from="GhostGroup/CBSpeedChangeButton3" to="GhostGroup" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton" to="GhostGroup2/CBSpeedChangeButton" method="_on_GameButton_clicked"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton" to="GhostGroup2" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton2" to="GhostGroup2/CBSpeedChangeButton2" method="_on_GameButton_clicked"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton2" to="GhostGroup2" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton3" to="GhostGroup2" method="deactivate"]
|
|
[connection signal="clicked" from="GhostGroup2/CBSpeedChangeButton3" to="GhostGroup2/CBSpeedChangeButton3" method="_on_GameButton_clicked"]
|