1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 16:14:22 +00:00
looping-for-loops/Objects/Levels/BuzzsawChoice.tscn

138 lines
5.4 KiB
Text
Raw Permalink Normal View History

2020-10-05 20:20:12 +00:00
[gd_scene load_steps=10 format=2]
2020-10-05 14:38:54 +00:00
2020-10-05 20:20:12 +00:00
[ext_resource path="res://Objects/ScrollingObjects/Background.tscn" type="PackedScene" id=1]
[ext_resource path="res://Objects/ScrollingObjects/CrossLoop.tscn" type="PackedScene" id=2]
2020-10-05 14:38:54 +00:00
[ext_resource path="res://Sprites/button_right.png" type="Texture" id=4]
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostGroup.tscn" type="PackedScene" id=6]
[ext_resource path="res://Objects/ScrollingObjects/Utilities/ScrollingPipesTileMap.tscn" type="PackedScene" id=7]
[ext_resource path="res://Objects/ScrollingObjects/Buzzsaw.tscn" type="PackedScene" id=8]
[ext_resource path="res://Objects/ScrollingObjects/ScrollingPipe.tscn" type="PackedScene" id=9]
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostBlock.tscn" type="PackedScene" id=10]
[ext_resource path="res://Objects/ScrollingObjects/Buttons/CBSpeedChangeButton.tscn" type="PackedScene" id=12]
[node name="BuzzsawChoice" type="Node2D"]
[node name="Buzzsaw4" parent="." instance=ExtResource( 8 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 480, 600 )
2020-10-05 14:38:54 +00:00
[node name="Buzzsaw" parent="." instance=ExtResource( 8 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 600, 600 )
2020-10-05 14:38:54 +00:00
[node name="Buzzsaw2" parent="." instance=ExtResource( 8 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 720, 600 )
2020-10-05 14:38:54 +00:00
[node name="Buzzsaw3" parent="." instance=ExtResource( 8 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 840, 600 )
2020-10-05 14:38:54 +00:00
[node name="ScrollingPipe3" parent="." instance=ExtResource( 9 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 1280, 0 )
2020-10-05 14:38:54 +00:00
[node name="TileMap" parent="ScrollingPipe3" instance=ExtResource( 7 )]
2020-10-05 20:20:12 +00:00
tile_data = PoolIntArray( 65513, 0, 65536, 65527, 0, 65536, 131049, 0, 65536, 196585, 0, 65536, 262121, 0, 65536, 327657, 0, 131072, 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, 131073, 851945, 0, 0, 851959, 0, 1, 917481, 0, 65536, 917495, 0, 65536, 983015, 0, 0, 983016, 0, 65537, 983017, 0, 65536, 983031, 0, 65536, 983032, 0, 65537, 983033, 0, 1, 1048551, 0, 65536, 1048553, 0, 65536, 1048567, 0, 65536, 1048569, 0, 65536, 1114087, 0, 65536, 1114089, 0, 65536, 1114103, 0, 65536, 1114105, 0, 65536 )
2020-10-05 14:38:54 +00:00
[node name="GhostGroup" parent="." instance=ExtResource( 6 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 420, 500 )
2020-10-05 14:38:54 +00:00
[node name="GhostBlock" parent="GhostGroup" instance=ExtResource( 10 )]
is_active = false
[node name="GhostBlock2" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 40, 0 )
is_active = false
[node name="GhostBlock3" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 80, 0 )
is_active = false
[node name="GhostBlock4" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 120, 0 )
is_active = false
[node name="GhostBlock5" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 160, 0 )
is_active = false
[node name="GhostBlock6" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 200, 0 )
is_active = false
[node name="GhostBlock7" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 240, 0 )
is_active = false
[node name="GhostBlock8" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 280, 0 )
is_active = false
[node name="GhostBlock9" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 320, 0 )
is_active = false
[node name="GhostBlock10" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 360, 0 )
is_active = false
[node name="GhostBlock11" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 400, 0 )
is_active = false
[node name="GhostBlock12" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 440, 0 )
is_active = false
[node name="GhostBlock13" parent="GhostGroup" instance=ExtResource( 10 )]
position = Vector2( 480, 0 )
is_active = false
2020-10-05 20:20:12 +00:00
[node name="GhostGroup2" parent="." instance=ExtResource( 6 )]
[node name="GhostBlock" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 980, 460 )
is_active = false
[node name="GhostBlock2" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1020, 420 )
is_active = false
[node name="GhostBlock3" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1060, 380 )
is_active = false
[node name="GhostBlock4" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1100, 340 )
is_active = false
[node name="GhostBlock5" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1140, 300 )
is_active = false
[node name="GhostBlock6" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1180, 260 )
is_active = false
[node name="GhostBlock7" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1220, 220 )
is_active = false
[node name="GhostBlock8" parent="GhostGroup2" instance=ExtResource( 10 )]
position = Vector2( 1260, 180 )
is_active = false
2020-10-05 14:38:54 +00:00
[node name="CBSpeedChangeButton" parent="." instance=ExtResource( 12 )]
2020-10-05 20:20:12 +00:00
position = Vector2( 340, 620 )
2020-10-05 14:38:54 +00:00
color = Color( 0.7, 1, 0.7, 1 )
icon = ExtResource( 4 )
change = 20.0
2020-10-05 20:20:12 +00:00
[node name="Background" parent="." instance=ExtResource( 1 )]
[node name="CrossLoop" parent="." instance=ExtResource( 2 )]
position = Vector2( 440, 120 )
[node name="CrossLoop2" parent="." instance=ExtResource( 2 )]
position = Vector2( 660, 120 )
[node name="CrossLoop3" parent="." instance=ExtResource( 2 )]
position = Vector2( 880, 120 )
2020-10-05 14:38:54 +00:00
[connection signal="clicked" from="CBSpeedChangeButton" to="GhostGroup" method="toggle"]