|
|
|
@ -1,9 +1,10 @@ |
|
|
|
[gd_scene load_steps=16 format=3 uid="uid://ce8ov6npvl27w"] |
|
|
|
[gd_scene load_steps=17 format=3 uid="uid://ce8ov6npvl27w"] |
|
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cfq8pma4bpgq" path="res://assets/tilesets/cave_tileset.png" id="1_vofrt"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://cfq8pma4bpgq" path="res://assets/tilesets/cave_tileset.png" id="1_vofrt"] |
|
|
|
[ext_resource type="PackedScene" uid="uid://c5rmt3jeffjx7" path="res://nodes/player/player.tscn" id="2_gxv3v"] |
|
|
|
[ext_resource type="PackedScene" uid="uid://c5rmt3jeffjx7" path="res://nodes/player/player.tscn" id="2_gxv3v"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://ccqiabs4p3ryl" path="res://assets/placeholders/map.png" id="3_aeud1"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://ccqiabs4p3ryl" path="res://assets/placeholders/map.png" id="3_aeud1"] |
|
|
|
[ext_resource type="Script" path="res://scripts/gameplay/rising_level.gd" id="4_ts3u4"] |
|
|
|
[ext_resource type="Script" path="res://scripts/gameplay/rising_level.gd" id="4_ts3u4"] |
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dvx48q5ecyxjs" path="res://nodes/npc/npc.tscn" id="5_0u2ly"] |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_3t6yd"] |
|
|
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_3t6yd"] |
|
|
|
vertices = PackedVector2Array(0, -16, 16, -16, 16, 16, 0, 16) |
|
|
|
vertices = PackedVector2Array(0, -16, 16, -16, 16, 16, 0, 16) |
|
|
|
@ -240,8 +241,28 @@ position = Vector2(1136, 1968) |
|
|
|
position = Vector2(1736, 3056) |
|
|
|
position = Vector2(1736, 3056) |
|
|
|
monitorable = false |
|
|
|
monitorable = false |
|
|
|
script = ExtResource("4_ts3u4") |
|
|
|
script = ExtResource("4_ts3u4") |
|
|
|
RISING_SPEED = 0 |
|
|
|
RISING_SPEED = 5 |
|
|
|
|
|
|
|
|
|
|
|
[node name="shape" type="CollisionShape2D" parent="water_level"] |
|
|
|
[node name="shape" type="CollisionShape2D" parent="water_level"] |
|
|
|
position = Vector2(2.08165e-12, 2.08165e-12) |
|
|
|
position = Vector2(2.08165e-12, 2.08165e-12) |
|
|
|
shape = SubResource("RectangleShape2D_qoxeb") |
|
|
|
shape = SubResource("RectangleShape2D_qoxeb") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npcs" type="Node2D" parent="."] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1320, 1976) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc2" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1360, 1976) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc3" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1432, 1992) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc4" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1496, 1992) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc5" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1552, 1992) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[node name="npc6" parent="npcs" instance=ExtResource("5_0u2ly")] |
|
|
|
|
|
|
|
position = Vector2(1256, 1968) |
|
|
|
|