diff --git a/Levels/Level_2.tscn b/Levels/Level_2.tscn new file mode 100644 index 0000000..ae51c49 --- /dev/null +++ b/Levels/Level_2.tscn @@ -0,0 +1,31 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://Scenes/Level.tscn" type="PackedScene" id=2] + +[node name="Node2D" type="Node2D"] + +[node name="Floor" parent="." instance=ExtResource( 2 )] +position = Vector2( -1.68164, -16.8177 ) +tile_data = PoolIntArray( 262152, 1, 0, 262153, 1, 0, 262154, 1, 0, 327688, 1, 0, 327689, 1, 0, 327690, 1, 0, 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 393224, 1, 0, 393225, 1, 0, 393226, 1, 0, 458760, 1, 0, 458761, 1, 0, 458762, 1, 0, 524296, 1, 0, 524297, 1, 0, 524298, 1, 0, 589832, 1, 0, 589833, 1, 0, 589834, 1, 0, 655368, 1, 0, 655369, 1, 0, 655370, 1, 0, 720904, 1, 0, 720905, 1, 0, 720906, 1, 0 ) +start_y = 11 +stairs_x = 10 +stairs_y = 6 + +[node name="Walls" parent="Floor" index="0"] +tile_data = PoolIntArray( 196616, 4, 0, 196617, 6, 0, 196618, 5, 0, 262151, 2, 0, 327687, 2, 0, 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 393223, 3, 0, 458759, 2, 0, 524295, 2, 0, 589831, 3, 0, 655367, 2, 0, 720903, 2, 0 ) + +[node name="Props" parent="Floor" index="1"] +tile_data = PoolIntArray( 393216, 0, 0, 393217, 0, 0, 393219, 0, 0, 524296, 7, 0, 524297, 8, 0 ) + +[node name="Waste" parent="Floor" index="2"] +tile_data = PoolIntArray( 262154, 14, 0, 327690, 13, 0, 393226, 12, 0, 458762, 11, 0, 589833, 10, 0, 655369, 15, 0 ) + +[node name="Player" parent="Floor" index="3"] +position = Vector2( 680, 920 ) +rest = 0.15 +reservoir = 3 + +[node name="Stairs" parent="Floor" index="4"] +position = Vector2( 960, 480 ) + +[editable path="Floor"]