sdrawkcab
This commit is contained in:
parent
4887f593f6
commit
fc9ee337fb
BIN
Assets/Audio/end.wav
Normal file
BIN
Assets/Audio/end.wav
Normal file
Binary file not shown.
24
Assets/Audio/end.wav.import
Normal file
24
Assets/Audio/end.wav.import
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamWAV"
|
||||||
|
uid="uid://bi0v8rsaauvux"
|
||||||
|
path="res://.godot/imported/end.wav-05dab8f02d096a5183ba688cc8bb3cdb.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Assets/Audio/end.wav"
|
||||||
|
dest_files=["res://.godot/imported/end.wav-05dab8f02d096a5183ba688cc8bb3cdb.sample"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
force/8_bit=false
|
||||||
|
force/mono=false
|
||||||
|
force/max_rate=false
|
||||||
|
force/max_rate_hz=44100
|
||||||
|
edit/trim=false
|
||||||
|
edit/normalize=false
|
||||||
|
edit/loop_mode=0
|
||||||
|
edit/loop_begin=0
|
||||||
|
edit/loop_end=-1
|
||||||
|
compress/mode=0
|
@ -1,7 +1,8 @@
|
|||||||
[gd_scene load_steps=3 format=3 uid="uid://drfn4qb06jfla"]
|
[gd_scene load_steps=4 format=3 uid="uid://drfn4qb06jfla"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://Scripts/ending.gd" id="1_1hyxj"]
|
[ext_resource type="Script" path="res://Scripts/ending.gd" id="1_1hyxj"]
|
||||||
[ext_resource type="PackedScene" uid="uid://b5lnjonlf4i1b" path="res://Scenes/enemy.tscn" id="1_38e81"]
|
[ext_resource type="PackedScene" uid="uid://b5lnjonlf4i1b" path="res://Scenes/enemy.tscn" id="1_38e81"]
|
||||||
|
[ext_resource type="AudioStream" uid="uid://bi0v8rsaauvux" path="res://Assets/Audio/end.wav" id="3_q0fqf"]
|
||||||
|
|
||||||
[node name="Ending" type="Control"]
|
[node name="Ending" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
@ -78,4 +79,9 @@ offset_top = 226.0
|
|||||||
offset_right = 199.0
|
offset_right = 199.0
|
||||||
offset_bottom = 249.0
|
offset_bottom = 249.0
|
||||||
|
|
||||||
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||||
|
stream = ExtResource("3_q0fqf")
|
||||||
|
pitch_scale = 0.4
|
||||||
|
autoplay = true
|
||||||
|
|
||||||
[connection signal="pressed" from="Quit" to="." method="_on_quit_pressed"]
|
[connection signal="pressed" from="Quit" to="." method="_on_quit_pressed"]
|
||||||
|
Loading…
Reference in New Issue
Block a user