sdrawkcab

This commit is contained in:
MarcEricMartel
2023-10-11 10:06:09 -04:00
parent 4887f593f6
commit fc9ee337fb
3 changed files with 31 additions and 1 deletions

View File

@@ -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="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"]
layout_mode = 3
@@ -78,4 +79,9 @@ offset_top = 226.0
offset_right = 199.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"]