delete files in nickes
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user