delete files in nickes

This commit is contained in:
2026-01-11 03:34:14 +01:00
parent b692b4f39d
commit 9b55af2e67
46 changed files with 2237 additions and 654 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene format=3 uid="uid://d24xrw86pfg1s"]
[ext_resource type="Script" uid="uid://b4wejvn0dfrji" path="res://scripts/teleporter_into_closed_room.gd" id="1_g3s7f"]
[ext_resource type="AudioStream" uid="uid://digavvapakqaw" path="res://assets/audio/sfx/teleport.ogg" id="2_7twcj"]
[sub_resource type="Gradient" id="Gradient_skeae"]
offsets = PackedFloat32Array(0, 0.9883721)
@@ -97,18 +98,23 @@ randomness = 1.0
process_material = SubResource("ParticleProcessMaterial_n1yim")
[node name="AreaWhichTeleportsPlayerIntoRoom" type="Area2D" parent="." unique_id=47060921]
collision_mask = 0
collision_layer = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaWhichTeleportsPlayerIntoRoom" unique_id=1803123867]
shape = SubResource("RectangleShape2D_pp12y")
[node name="AreaToStartEmit" type="Area2D" parent="." unique_id=1219098269]
collision_mask = 0
collision_layer = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="AreaToStartEmit" unique_id=700191159]
shape = SubResource("RectangleShape2D_7twcj")
debug_color = Color(0.6530463, 0.21585448, 0.70196074, 0.41960785)
[node name="TeleportSfx" type="AudioStreamPlayer2D" parent="." unique_id=1891023570]
stream = ExtResource("2_7twcj")
attenuation = 7.999997
panning_strength = 1.15
[connection signal="body_entered" from="AreaWhichTeleportsPlayerIntoRoom" to="." method="_on_area_which_teleports_player_into_room_body_entered"]
[connection signal="body_entered" from="AreaToStartEmit" to="." method="_on_area_to_start_emit_body_entered"]
[connection signal="body_exited" from="AreaToStartEmit" to="." method="_on_area_to_start_emit_body_exited"]

View File

@@ -5,13 +5,22 @@
[ext_resource type="PackedScene" uid="uid://d24xrw86pfg1s" path="res://scenes/TeleporterIntoClosedRoom.tscn" id="2_q5w8r"]
[ext_resource type="AudioStream" uid="uid://dfolu80c534j4" path="res://assets/audio/sfx/environment/keydoor/unlock.mp3" id="3_la1wf"]
[ext_resource type="AudioStream" uid="uid://2w73l4k3704x" path="res://assets/audio/sfx/environment/pot/pot_drag1.mp3" id="4_18pbm"]
[ext_resource type="AudioStream" uid="uid://c6bp156a5ggdf" path="res://assets/audio/sfx/environment/keydoor/door_closes.mp3" id="5_18pbm"]
[ext_resource type="AudioStream" uid="uid://b7yj6biew1j26" path="res://assets/audio/sfx/environment/gate/gate_up_01.wav.mp3" id="6_ju5n0"]
[ext_resource type="AudioStream" uid="uid://dsokwxmutlwk5" path="res://assets/audio/sfx/environment/move_rock/rock_push_loop_02.mp3" id="7_kgbum"]
[ext_resource type="AudioStream" uid="uid://c0s6ffsj6i0lq" path="res://assets/audio/sfx/environment/move_rock/rock_push_loop_01.mp3" id="7_pg2b6"]
[ext_resource type="AudioStream" uid="uid://bpxm3p5gfrgm1" path="res://assets/audio/sfx/environment/gate/gate_down_01.wav.mp3" id="8_pg2b6"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uvdjg"]
size = Vector2(26, 14)
size = Vector2(26, 16)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_la1wf"]
size = Vector2(22, 18)
size = Vector2(22, 20)
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_ey00f"]
playback_mode = 1
streams_count = 2
stream_0/stream = ExtResource("7_pg2b6")
stream_1/stream = ExtResource("7_kgbum")
[node name="Door" type="StaticBody2D" unique_id=371155975]
collision_layer = 64
@@ -21,27 +30,45 @@ script = ExtResource("1_uvdjg")
position = Vector2(0, -16)
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1520856168]
position = Vector2(0, -1)
texture = ExtResource("1_hpvv5")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1691515105]
shape = SubResource("RectangleShape2D_uvdjg")
metadata/_edit_lock_ = true
[node name="SfxOpenKeyDoor" type="AudioStreamPlayer2D" parent="." unique_id=47303726]
stream = ExtResource("3_la1wf")
max_distance = 1485.0
attenuation = 6.276666
panning_strength = 1.09
[node name="SfxOpenStoneDoor" type="AudioStreamPlayer2D" parent="." unique_id=885417421]
stream = ExtResource("4_18pbm")
max_distance = 1204.0
attenuation = 6.498014
panning_strength = 1.25
[node name="SfxOpenGateDoor" type="AudioStreamPlayer2D" parent="." unique_id=442358170]
stream = ExtResource("4_18pbm")
stream = ExtResource("6_ju5n0")
volume_db = -4.65
pitch_scale = 1.1
max_distance = 1246.0
attenuation = 7.999997
panning_strength = 1.3
[node name="KeyInteractionArea" type="Area2D" parent="." unique_id=982067740]
metadata/_edit_lock_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="KeyInteractionArea" unique_id=1640987231]
shape = SubResource("RectangleShape2D_la1wf")
debug_color = Color(0.70196074, 0.67558956, 0.17869899, 0.41960785)
[node name="SfxDoorCloses" type="AudioStreamPlayer2D" parent="." unique_id=1074871158]
stream = ExtResource("5_18pbm")
max_distance = 1333.0
attenuation = 5.8563395
stream = SubResource("AudioStreamRandomizer_ey00f")
volume_db = -1.268
max_distance = 1289.0
attenuation = 3.7321312
[node name="SfxCloseGateDoor" type="AudioStreamPlayer2D" parent="." unique_id=1825261269]
stream = ExtResource("8_pg2b6")

View File

@@ -20,6 +20,13 @@
[ext_resource type="AudioStream" uid="uid://cg1ndvx4t7xtd" path="res://assets/audio/sfx/environment/pot/pot_destroy_sound5.mp3" id="9_r4pxp"]
[ext_resource type="AudioStream" uid="uid://co7i1f4t8qtqp" path="res://assets/audio/sfx/environment/pot/pot_place_06.mp3" id="9_ylwml"]
[ext_resource type="AudioStream" uid="uid://bt5npaenq15h2" path="res://assets/audio/sfx/environment/pot/smaller_pot_crash.mp3" id="10_ygcel"]
[ext_resource type="AudioStream" uid="uid://dw7nvjsfoc4vw" path="res://assets/audio/sfx/environment/treasure/open_chest_01.wav.mp3" id="21_oso25"]
[ext_resource type="AudioStream" uid="uid://cu1eavghp85pg" path="res://assets/audio/sfx/environment/treasure/open_chest_02.wav.mp3" id="22_r4pxp"]
[ext_resource type="AudioStream" uid="uid://le2kwiriyjxo" path="res://assets/audio/sfx/environment/treasure/open_treasure_01.wav.mp3" id="23_ygcel"]
[ext_resource type="AudioStream" uid="uid://c0s6ffsj6i0lq" path="res://assets/audio/sfx/environment/move_rock/rock_push_loop_01.mp3" id="24_ygcel"]
[ext_resource type="AudioStream" uid="uid://dsokwxmutlwk5" path="res://assets/audio/sfx/environment/move_rock/rock_push_loop_02.mp3" id="25_1u1k0"]
[ext_resource type="AudioStream" uid="uid://4ilddgc4lgyq" path="res://assets/audio/sfx/environment/crate/crash_table-04.wav" id="26_vfomk"]
[ext_resource type="AudioStream" uid="uid://c7kc0aw0wevah" path="res://assets/audio/sfx/environment/crate/wood_impact_break.mp3" id="27_2p257"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_nyc8x"]
radius = 4.0
@@ -54,6 +61,25 @@ stream_0/stream = ExtResource("4_gpwir")
stream_1/stream = ExtResource("5_nb01e")
stream_2/stream = ExtResource("6_vfa4w")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_vfomk"]
playback_mode = 1
streams_count = 3
stream_0/stream = ExtResource("21_oso25")
stream_1/stream = ExtResource("22_r4pxp")
stream_2/stream = ExtResource("23_ygcel")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_2p257"]
playback_mode = 1
random_pitch = 1.0059091
streams_count = 2
stream_0/stream = ExtResource("24_ygcel")
stream_1/stream = ExtResource("25_1u1k0")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_ik3co"]
streams_count = 2
stream_0/stream = ExtResource("26_vfomk")
stream_1/stream = ExtResource("27_2p257")
[node name="InteractableObject" type="CharacterBody2D" unique_id=1472163831]
collision_layer = 2
collision_mask = 71
@@ -110,3 +136,14 @@ max_distance = 750.0
attenuation = 10.556063
panning_strength = 1.5
bus = &"Sfx"
[node name="SfxOpenChest" type="AudioStreamPlayer2D" parent="." unique_id=743332693]
stream = SubResource("AudioStreamRandomizer_vfomk")
[node name="SfxDragRock" type="AudioStreamPlayer2D" parent="." unique_id=1895903195]
stream = SubResource("AudioStreamRandomizer_2p257")
volume_db = -2.611
[node name="SfxBreakCrate" type="AudioStreamPlayer2D" parent="." unique_id=1799447869]
stream = SubResource("AudioStreamRandomizer_ik3co")
volume_db = -6.092

View File

@@ -7,6 +7,8 @@
[ext_resource type="AudioStream" uid="uid://umoxmryvbm01" path="res://assets/audio/sfx/cloth/leather_cloth_01.wav.mp3" id="5_vl55g"]
[ext_resource type="AudioStream" uid="uid://d1qqsganlqnwh" path="res://assets/audio/sfx/pickups/key.mp3" id="6_gyjv8"]
[ext_resource type="AudioStream" uid="uid://b5xbv7s85sy5o" path="res://assets/audio/sfx/pickups/potion.mp3" id="7_eeo7l"]
[ext_resource type="AudioStream" uid="uid://cnb376ah43nqi" path="res://assets/audio/sfx/pickups/bite-food-01.mp3" id="8_0tqa7"]
[ext_resource type="AudioStream" uid="uid://bbnby1sso3f4v" path="res://assets/audio/sfx/pickups/bite-food-02.mp3" id="9_531sv"]
[sub_resource type="Gradient" id="Gradient_1"]
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 0)
@@ -25,6 +27,13 @@ radius = 3.0
[sub_resource type="CircleShape2D" id="CircleShape2D_1"]
radius = 8.0
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_37k03"]
playback_mode = 1
random_pitch = 1.0059091
streams_count = 2
stream_0/stream = ExtResource("8_0tqa7")
stream_1/stream = ExtResource("9_531sv")
[node name="Loot" type="CharacterBody2D" unique_id=1373758515]
collision_layer = 0
collision_mask = 64
@@ -73,3 +82,6 @@ stream = ExtResource("6_gyjv8")
[node name="SfxPotionCollect" type="AudioStreamPlayer2D" parent="." unique_id=1615824668]
stream = ExtResource("7_eeo7l")
[node name="SfxBananaCollect" type="AudioStreamPlayer2D" parent="." unique_id=1763488179]
stream = SubResource("AudioStreamRandomizer_37k03")

View File

@@ -26,6 +26,8 @@
[ext_resource type="AudioStream" uid="uid://caclaiagfnr2o" path="res://assets/audio/sfx/player/take_damage/player_damaged_05.wav.mp3" id="24_wqfne"]
[ext_resource type="AudioStream" uid="uid://dighi525ty7sl" path="res://assets/audio/sfx/player/take_damage/player_damaged_06.wav.mp3" id="25_wnwbv"]
[ext_resource type="AudioStream" uid="uid://bdhmel5vyixng" path="res://assets/audio/sfx/player/take_damage/player_damaged_07.wav.mp3" id="26_gl8cc"]
[ext_resource type="AudioStream" uid="uid://4vulahdsj4i2" path="res://assets/audio/sfx/swoosh/throw_01.wav.mp3" id="27_31cv2"]
[ext_resource type="AudioStream" uid="uid://w6yon88kjfml" path="res://assets/audio/sfx/nickes/lift_sfx.ogg" id="28_pf23h"]
[sub_resource type="Gradient" id="Gradient_jej6c"]
offsets = PackedFloat32Array(0.7710843, 0.77710843)
@@ -196,3 +198,16 @@ bus = &"Sfx"
stream = SubResource("AudioStreamRandomizer_487ah")
attenuation = 7.7274756
bus = &"Sfx"
[node name="SfxThrow" type="AudioStreamPlayer2D" parent="." unique_id=961008127]
stream = ExtResource("27_31cv2")
pitch_scale = 0.61
max_distance = 983.0
attenuation = 8.876549
panning_strength = 1.04
[node name="SfxLift" type="AudioStreamPlayer2D" parent="." unique_id=1261167113]
stream = ExtResource("28_pf23h")
max_distance = 1246.0
attenuation = 6.964403
panning_strength = 1.11