1
0
Fork 0
Cleanomancer/Scenes/Level.tscn

123 lines
6.2 KiB
Plaintext

[gd_scene load_steps=33 format=2]
[ext_resource path="res://Scenes/Grid.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Script/Level.gd" type="Script" id=3]
[ext_resource path="res://Music/soundtrack_drums_1.mp3" type="AudioStream" id=4]
[ext_resource path="res://Music/soundtrack_bass_1.mp3" type="AudioStream" id=5]
[ext_resource path="res://Music/soundtrack_lead_1.mp3" type="AudioStream" id=6]
[ext_resource path="res://Sprites/stairs.tres" type="SpriteFrames" id=7]
[ext_resource path="res://Sprites/reservoir.tres" type="SpriteFrames" id=8]
[ext_resource path="res://Sounds/sfx_discovery.mp3" type="AudioStream" id=9]
[ext_resource path="res://addons/randomAudioStreamPlayer/random_audio_stream_player.gd" type="Script" id=10]
[ext_resource path="res://Sounds/sfx_trash_10.wav" type="AudioStream" id=11]
[ext_resource path="res://Sounds/sfx_trash_01.wav" type="AudioStream" id=12]
[ext_resource path="res://Sounds/sfx_trash_14.wav" type="AudioStream" id=13]
[ext_resource path="res://Sounds/sfx_trash_06.wav" type="AudioStream" id=14]
[ext_resource path="res://Sounds/sfx_trash_15.wav" type="AudioStream" id=15]
[ext_resource path="res://Sounds/sfx_trash_11.wav" type="AudioStream" id=16]
[ext_resource path="res://Sounds/sfx_trash_07.wav" type="AudioStream" id=17]
[ext_resource path="res://Sounds/sfx_trash_13.wav" type="AudioStream" id=18]
[ext_resource path="res://Sounds/sfx_trash_02.wav" type="AudioStream" id=19]
[ext_resource path="res://Sounds/sfx_trash_00.wav" type="AudioStream" id=20]
[ext_resource path="res://Sounds/sfx_trash_09.wav" type="AudioStream" id=21]
[ext_resource path="res://Sounds/sfx_trash_12.wav" type="AudioStream" id=22]
[ext_resource path="res://Sounds/sfx_trash_04.wav" type="AudioStream" id=23]
[ext_resource path="res://Sounds/sfx_trash_03.wav" type="AudioStream" id=24]
[ext_resource path="res://Sounds/sfx_trash_05.wav" type="AudioStream" id=25]
[ext_resource path="res://Sounds/sfx_trash_08.wav" type="AudioStream" id=26]
[ext_resource path="res://Textures/kb-turbo.png" type="Texture" id=27]
[ext_resource path="res://Script/ControlDisplay.gd" type="Script" id=28]
[ext_resource path="res://Textures/ctrl-turbo.png" type="Texture" id=29]
[ext_resource path="res://Textures/ctrlr-noturbo.png" type="Texture" id=30]
[ext_resource path="res://Textures/kb-noturbo.png" type="Texture" id=31]
[ext_resource path="res://Sprites/downstairs.tres" type="SpriteFrames" id=32]
[node name="Level" instance=ExtResource( 1 )]
tile_data = PoolIntArray( )
script = ExtResource( 3 )
start_x = 9
start_y = 6
stairs_x = 9
stairs_y = 7
[node name="Floor" parent="." index="0" instance=ExtResource( 1 )]
z_index = -1
cell_y_sort = false
tile_data = PoolIntArray( 262149, 1, 0, 262150, 1, 0, 262151, 1, 0, 262152, 1, 0, 262153, 1, 0, 262154, 1, 0, 262155, 1, 0, 327685, 1, 0, 327686, 1, 0, 327687, 1, 0, 327688, 1, 0, 327689, 1, 0, 327690, 1, 0, 327691, 1, 0, 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 393221, 1, 0, 393222, 1, 0, 393223, 1, 0, 393224, 1, 0, 393225, 1, 0, 393226, 1, 0, 393227, 1, 0, 458757, 1, 0, 458758, 1, 0, 458759, 1, 0, 458760, 1, 0, 458761, 1, 0, 458762, 1, 0, 458763, 1, 0, 524293, 1, 0, 524294, 1, 0, 524295, 1, 0, 524296, 1, 0, 524297, 1, 0, 524298, 1, 0, 524299, 1, 0, 589829, 1, 0, 589830, 1, 0, 589831, 1, 0, 589832, 1, 0, 589833, 1, 0, 589834, 1, 0, 589835, 1, 0, 655365, 1, 0, 655366, 1, 0, 655367, 1, 0, 655368, 1, 0, 655369, 1, 0, 655370, 1, 0, 655371, 1, 0, 720901, 1, 0, 720902, 1, 0, 720903, 1, 0, 720904, 1, 0, 720905, 1, 0, 720906, 1, 0, 720907, 1, 0 )
[node name="Walls" parent="." index="1" instance=ExtResource( 1 )]
z_index = -1
cell_y_sort = false
tile_data = PoolIntArray( 196613, 4, 0, 196614, 5, 0, 196615, 5, 0, 196616, 5, 0, 196617, 6, 0, 196618, 5, 0, 196619, 5, 0, 262148, 2, 0, 327684, 2, 0, 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 393220, 2, 0, 458756, 2, 0, 524292, 3, 0, 589828, 2, 0, 655364, 2, 0, 720900, 2, 0 )
[node name="Walls2" parent="." index="2" instance=ExtResource( 1 )]
z_index = -1
cell_y_sort = false
tile_data = PoolIntArray( 393216, 0, 0, 393217, 0, 0, 393219, 0, 0 )
[node name="WallStickers" parent="." index="3" instance=ExtResource( 1 )]
cell_y_sort = false
tile_data = PoolIntArray( 393216, 0, 0, 393217, 0, 0, 393219, 0, 0 )
[node name="Props" parent="." index="4" instance=ExtResource( 1 )]
tile_data = PoolIntArray( 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 393220, 0, 0, 524299, 8, 0, 655366, 7, 0 )
[node name="Waste" parent="." index="5" instance=ExtResource( 1 )]
tile_data = PoolIntArray( 262154, 25, 0, 589833, 38, 0 )
[node name="Sound" type="AudioStreamPlayer" parent="Waste" index="0"]
script = ExtResource( 10 )
streams = [ ExtResource( 20 ), ExtResource( 12 ), ExtResource( 19 ), ExtResource( 24 ), ExtResource( 23 ), ExtResource( 25 ), ExtResource( 14 ), ExtResource( 17 ), ExtResource( 26 ), ExtResource( 21 ), ExtResource( 11 ), ExtResource( 16 ), ExtResource( 22 ), ExtResource( 18 ), ExtResource( 13 ), ExtResource( 15 ) ]
random_strategy = 2
[node name="Player" parent="." index="6" instance=ExtResource( 2 )]
position = Vector2( 880, 520 )
speed = 10.0
speed_dash = 70.0
reservoir = 5
[node name="Stairs" type="AnimatedSprite" parent="." index="7"]
visible = false
show_behind_parent = true
position = Vector2( 800, 560 )
frames = ExtResource( 7 )
frame = 4
offset = Vector2( -20, 0 )
[node name="Downstairs" type="AnimatedSprite" parent="Stairs" index="0"]
visible = false
position = Vector2( -20, -80 )
frames = ExtResource( 32 )
[node name="Sound" type="AudioStreamPlayer" parent="Stairs" index="1"]
stream = ExtResource( 9 )
bus = "sfx"
[node name="Drum" type="AudioStreamPlayer" parent="." index="8"]
stream = ExtResource( 4 )
bus = "drum"
[node name="Bass" type="AudioStreamPlayer" parent="." index="9"]
stream = ExtResource( 5 )
bus = "drum"
[node name="Reservoir" type="AnimatedSprite" parent="." index="10"]
position = Vector2( 1653.31, 234.137 )
frames = ExtResource( 8 )
frame = 5
[node name="Lead" type="AudioStreamPlayer" parent="." index="11"]
stream = ExtResource( 6 )
bus = "drum"
[node name="Controls" type="Sprite" parent="." index="12"]
position = Vector2( 960, 541 )
z_index = -5
texture = ExtResource( 31 )
script = ExtResource( 28 )
keyboard = ExtResource( 31 )
keyboard_turbo = ExtResource( 27 )
gamepad = ExtResource( 30 )
gamepad_turbo = ExtResource( 29 )