mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user