Resource Pack Expansion Pt. 1

- Fixed Disclaimer Screen not playing Sound Effects loaded from the Resource Pack
- Fixed Quit Dialog not playing Beep.wav loaded from Resource Packs
- Fixed the Campaign Icons not loading the Resource Pack textures (in fairness the only icon applicable is the Custom Levels one)
This commit is contained in:
KirbyKidJ
2025-09-15 19:21:19 -07:00
parent 00fca0704a
commit 19c113ea57
5 changed files with 29 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
[gd_scene load_steps=6 format=3 uid="uid://b75f3fd7xjeya"]
[gd_scene load_steps=7 format=3 uid="uid://b75f3fd7xjeya"]
[ext_resource type="Script" uid="uid://fwgm5xy4jvwf" path="res://Scripts/UI/QuitDialog.gd" id="1_w3irg"]
[ext_resource type="AudioStream" uid="uid://drs3md0tuek2w" path="res://Assets/Audio/SFX/Beep.wav" id="2_yapnp"]
[ext_resource type="Script" uid="uid://bsp584niccobr" path="res://Scripts/Classes/Components/ResourceGetter.gd" id="3_kfsue"]
[sub_resource type="Animation" id="Animation_yapnp"]
resource_name = "Animation"
@@ -105,3 +106,7 @@ libraries = {
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_yapnp")
[node name="ResourceGetter" type="Node" parent="."]
script = ExtResource("3_kfsue")
metadata/_custom_type_script = "uid://bsp584niccobr"