1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 08:04:23 +00:00
looping-for-loops/Objects/Levels/Tower.tscn

100 lines
5.5 KiB
Text

[gd_scene load_steps=10 format=2]
[ext_resource path="res://Objects/ScrollingObjects/Background.tscn" type="PackedScene" id=1]
[ext_resource path="res://Objects/ScrollingObjects/Utilities/ScrollingPipesTileMap.tscn" type="PackedScene" id=2]
[ext_resource path="res://Objects/ScrollingObjects/ScrollingPipe.tscn" type="PackedScene" id=3]
[ext_resource path="res://Objects/ScrollingObjects/CrossLoop.tscn" type="PackedScene" id=4]
[ext_resource path="res://Objects/ScrollingObjects/Loop.tscn" type="PackedScene" id=5]
[ext_resource path="res://Objects/ScrollingObjects/Buttons/GameButton.tscn" type="PackedScene" id=6]
[ext_resource path="res://Objects/ScrollingObjects/Buttons/GameButtonChain.tscn" type="PackedScene" id=7]
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostBlock.tscn" type="PackedScene" id=8]
[ext_resource path="res://Objects/ScrollingObjects/Ghosts/GhostGroup.tscn" type="PackedScene" id=9]
[node name="Tower" type="Node2D"]
[node name="Background" parent="." instance=ExtResource( 1 )]
[node name="ScrollingPipe" parent="." instance=ExtResource( 3 )]
position = Vector2( 1280, 0 )
[node name="TileMap" parent="ScrollingPipe" instance=ExtResource( 2 )]
tile_data = PoolIntArray( 65521, 0, 65536, 131057, 0, 65536, 131061, 0, 65537, 131062, 0, 65537, 131063, 0, 1, 196590, 0, 65536, 196593, 0, 131072, 196594, 0, 65537, 196599, 0, 65536, 262135, 0, 65536, 262137, 0, 0, 262138, 0, 65537, 262139, 0, 65537, 327671, 0, 65536, 327673, 0, 65536, 393205, 0, 65537, 393206, 0, 65537, 393207, 0, 131073, 393209, 0, 65536, 458745, 0, 65536, 524266, 0, 0, 524267, 0, 65537, 524268, 0, 65537, 524269, 0, 65537, 524270, 0, 65537, 524271, 0, 65537, 524272, 0, 65537, 524273, 0, 65537, 524274, 0, 1, 524281, 0, 131072, 524282, 0, 65537, 524283, 0, 65537, 589802, 0, 65536, 589810, 0, 65536, 655338, 0, 65536, 655346, 0, 65536, 720872, 0, 65536, 720874, 0, 65536, 720875, 0, 0, 720876, 0, 65537, 720877, 0, 65537, 720878, 0, 65537, 720879, 0, 65537, 720882, 0, 65536, 786408, 0, 65536, 786410, 0, 65536, 786411, 0, 65536, 786418, 0, 65536, 851944, 0, 65536, 851946, 0, 65536, 851947, 0, 65536, 851954, 0, 65536, 917478, 0, 0, 917479, 0, 65537, 917480, 0, 131073, 917482, 0, 65536, 917483, 0, 65536, 917484, 0, 0, 917485, 0, 65537, 917488, 0, 65537, 917489, 0, 65537, 917490, 0, 131073, 983014, 0, 65536, 983018, 0, 65536, 983019, 0, 65536, 983020, 0, 65536, 983031, 0, 0, 983032, 0, 1, 1048547, 0, 0, 1048548, 0, 1, 1048550, 0, 65536, 1048554, 0, 65536, 1048555, 0, 65536, 1048556, 0, 65536, 1048567, 0, 65536, 1048568, 0, 65536, 1114084, 0, 65536, 1114086, 0, 65536, 1114090, 0, 65536, 1114091, 0, 65536, 1114092, 0, 131072, 1114093, 0, 65537, 1114094, 0, 65537, 1114095, 0, 65537, 1114096, 0, 65537, 1114097, 0, 65537, 1114098, 0, 65537, 1114099, 0, 65537, 1114100, 0, 65537, 1114101, 0, 65537, 1114102, 0, 65537, 1114103, 0, 131073, 1114104, 0, 65536 )
[node name="CrossLoop" parent="." instance=ExtResource( 4 )]
position = Vector2( 480, 360 )
[node name="Loop" parent="." instance=ExtResource( 5 )]
position = Vector2( 520, 480 )
[node name="Loop2" parent="." instance=ExtResource( 5 )]
position = Vector2( 600, 480 )
[node name="Loop3" parent="." instance=ExtResource( 5 )]
position = Vector2( 680, 480 )
[node name="CrossLoop2" parent="." instance=ExtResource( 4 )]
position = Vector2( 580, 360 )
[node name="CrossLoop3" parent="." instance=ExtResource( 4 )]
position = Vector2( 680, 360 )
[node name="GameButtonChain" parent="." instance=ExtResource( 7 )]
position = Vector2( 540, 100 )
[node name="GameButton" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( -20, -40 )
[node name="GameButton2" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( 20, -40 )
[node name="GameButton3" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( 40, 0 )
[node name="GameButton4" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( 20, 40 )
[node name="GameButton5" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( -20, 40 )
[node name="GameButton6" parent="GameButtonChain" instance=ExtResource( 6 )]
position = Vector2( -40, 0 )
[node name="GhostGroup" parent="." instance=ExtResource( 9 )]
position = Vector2( 600, 540 )
[node name="GhostBlock" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( -20, 0 )
[node name="GhostBlock2" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 20, 0 )
[node name="GhostBlock3" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 260, -360 )
[node name="GhostBlock4" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 260, -400 )
[node name="GhostBlock5" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 260, -440 )
[node name="GhostBlock6" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 300, -440 )
[node name="GhostBlock7" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 300, -400 )
[node name="GhostBlock8" parent="GhostGroup" instance=ExtResource( 8 )]
position = Vector2( 300, -360 )
[node name="GhostGroup2" parent="." instance=ExtResource( 9 )]
position = Vector2( 680, 420 )
[node name="GhostBlock" parent="GhostGroup2" instance=ExtResource( 8 )]
position = Vector2( -20, 0 )
[node name="GhostBlock2" parent="GhostGroup2" instance=ExtResource( 8 )]
position = Vector2( 20, 0 )
[node name="CrossLoop4" parent="." instance=ExtResource( 4 )]
position = Vector2( 1080, 220 )
[connection signal="clicked" from="GameButtonChain/GameButton6" to="GhostGroup" method="deactivate"]