Кошмары
This commit is contained in:
parent
a87871a704
commit
47df3f9165
12 changed files with 105 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=25 format=3 uid="uid://10ew1xa1pxm2"]
|
||||
[gd_scene load_steps=26 format=3 uid="uid://10ew1xa1pxm2"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_ii8yu"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_p4jcj"]
|
||||
|
@ -12,6 +12,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dfdsnwub212o6" path="res://prefabs/Player.tscn" id="9_mxxxl"]
|
||||
[ext_resource type="AudioStream" uid="uid://3poadcg4f8mj" path="res://resources/music/Day5.wav" id="10_bwdem"]
|
||||
[ext_resource type="PackedScene" uid="uid://x6pqolxtgwvy" path="res://prefabs/Interactable.tscn" id="12_bvb3u"]
|
||||
[ext_resource type="AudioStream" uid="uid://cw6y35jglsn1" path="res://resources/sounds/nightmares/D1nm.wav" id="12_thjn8"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h0540"]
|
||||
size = Vector2(640, 24)
|
||||
|
@ -250,6 +251,10 @@ stream = SubResource("AudioStreamPlaylist_7838k")
|
|||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
||||
[node name="Nightmare" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("12_thjn8")
|
||||
bus = &"Nightmare"
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
z_index = 11
|
||||
offset_left = 894.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue