[gd_scene load_steps=8 format=2] [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"] position = Vector2( 280, 0 ) [node name="Buzzsaw4" parent="." instance=ExtResource( 8 )] position = Vector2( -120, 600 ) [node name="Buzzsaw" parent="." instance=ExtResource( 8 )] position = Vector2( 0, 600 ) [node name="Buzzsaw2" parent="." instance=ExtResource( 8 )] position = Vector2( 120, 600 ) [node name="Buzzsaw3" parent="." instance=ExtResource( 8 )] position = Vector2( 240, 600 ) [node name="ScrollingPipe3" parent="." instance=ExtResource( 9 )] position = Vector2( 600, 0 ) [node name="TileMap" parent="ScrollingPipe3" instance=ExtResource( 7 )] position = Vector2( -600, 0 ) tile_data = PoolIntArray( 851962, 0, 0, 786440, 0, 1, 917498, 0, 65536, 851976, 0, 65536, 983034, 0, 65536, 917512, 0, 65536, 1048570, 0, 65536, 983048, 0, 65536, 1114105, 0, 0, 1114106, 0, 131073, 1048584, 0, 131072, 1048585, 0, 1 ) [node name="GhostGroup" parent="." instance=ExtResource( 6 )] position = Vector2( -180, 500 ) [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 [node name="CBSpeedChangeButton" parent="." instance=ExtResource( 12 )] position = Vector2( -260, 620 ) color = Color( 0.7, 1, 0.7, 1 ) icon = ExtResource( 4 ) change = 20.0 [connection signal="clicked" from="CBSpeedChangeButton" to="GhostGroup" method="toggle"]