1
0
Fork 0
Cleanomancer/Scenes/Level.tscn

62 lines
3.1 KiB
Plaintext

[gd_scene load_steps=8 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/Calm/lead_guitar_v1.mp3" type="AudioStream" id=4]
[ext_resource path="res://Music/Calm/bass_double_v1.mp3" type="AudioStream" id=5]
[ext_resource path="res://Music/Calm/drums_calm_v1.mp3" type="AudioStream" id=6]
[ext_resource path="res://Sprites/stairs.tres" type="SpriteFrames" id=7]
[node name="Floor" instance=ExtResource( 1 )]
tile_data = PoolIntArray( 262149, 1, 0, 262150, 1, 0, 262151, 1, 0, 262152, 1, 0, 262153, 1, 0, 262154, 1, 0, 262155, 1, 0, 262156, 1, 0, 327685, 1, 0, 327686, 1, 0, 327687, 1, 0, 327688, 1, 0, 327689, 1, 0, 327690, 1, 0, 327691, 1, 0, 327692, 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, 393228, 1, 0, 458757, 1, 0, 458758, 1, 0, 458759, 1, 0, 458760, 1, 0, 458761, 1, 0, 458762, 1, 0, 458763, 1, 0, 458764, 1, 0, 524293, 1, 0, 524294, 1, 0, 524295, 1, 0, 524296, 1, 0, 524297, 1, 0, 524298, 1, 0, 524299, 1, 0, 524300, 1, 0, 589829, 1, 0, 589830, 1, 0, 589831, 1, 0, 589832, 1, 0, 589833, 1, 0, 589834, 1, 0, 589835, 1, 0, 589836, 1, 0, 655365, 1, 0, 655366, 1, 0, 655367, 1, 0, 655368, 1, 0, 655369, 1, 0, 655370, 1, 0, 655371, 1, 0, 655372, 1, 0, 720901, 1, 0, 720902, 1, 0, 720903, 1, 0, 720904, 1, 0, 720905, 1, 0, 720906, 1, 0, 720907, 1, 0, 720908, 1, 0 )
script = ExtResource( 3 )
start_x = 9
start_y = 6
stairs_x = 9
stairs_y = 7
[node name="Walls" parent="." index="0" instance=ExtResource( 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, 196620, 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="1" instance=ExtResource( 1 )]
cell_y_sort = false
tile_data = PoolIntArray( 393216, 0, 0, 393217, 0, 0, 393219, 0, 0 )
[node name="Props" parent="." index="2" instance=ExtResource( 1 )]
z_index = 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="3" instance=ExtResource( 1 )]
tile_data = PoolIntArray( 327691, 15, 0, 524295, 14, 0, 655370, 11, 0 )
[node name="Player" parent="." index="4" instance=ExtResource( 2 )]
position = Vector2( 880, 520 )
speed = 10.0
speed_dash = 70.0
reservoir = 6
[node name="Stairs" type="AnimatedSprite" parent="." index="5"]
visible = false
show_behind_parent = true
position = Vector2( 800, 560 )
frames = ExtResource( 7 )
frame = 4
offset = Vector2( -20, 0 )
[node name="Drum" type="AudioStreamPlayer" parent="." index="6"]
stream = ExtResource( 6 )
autoplay = true
bus = "drum"
[node name="Bass" type="AudioStreamPlayer" parent="." index="7"]
stream = ExtResource( 5 )
autoplay = true
bus = "drum"
[node name="Lead" type="AudioStreamPlayer" parent="." index="8"]
stream = ExtResource( 4 )
autoplay = true
bus = "drum"