mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
Adjusted previous update and added Ach
- Adjusted previous update to use Godot Editor Metadata - Applied Resource Pack changes to Ach Unlock Popup (I assume) and Container - Applied Resource Pack changes to Character Select Spotlight - Applied Resource Pack changes to Level Containers (Icon, Difficulty Stars, and Campaign)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://ud3ktt2adw8l"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://ud3ktt2adw8l"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dmp6qqm3q16pc" path="res://Scripts/UI/AchievementUnlockPopup.gd" id="1_uc4d1"]
|
||||
[ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="1_x3tc0"]
|
||||
[ext_resource type="Texture2D" uid="uid://bul3c11keqjfi" path="res://Assets/Sprites/UI/AchievementIcons.png" id="2_uc4d1"]
|
||||
[ext_resource type="AudioStream" uid="uid://yxb07387lw0o" path="res://Assets/Audio/SFX/AchievementUnlock.wav" id="3_r2311"]
|
||||
[ext_resource type="Script" uid="uid://xem6lai3ufyj" path="res://Scripts/Classes/UI/PackNinePatch.gd" id="4_ok8j7"]
|
||||
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="5_01gcg"]
|
||||
[ext_resource type="Script" uid="uid://dmtw1jesw1vl7" path="res://Scripts/Classes/Components/PackStreamPlayer.gd" id="5_ok8j7"]
|
||||
|
||||
@@ -172,6 +173,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource("2_uc4d1")
|
||||
region_rect = Rect2(0, 0, 32, 32)
|
||||
script = ExtResource("4_ok8j7")
|
||||
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
||||
|
||||
[node name="Icon2" type="NinePatchRect" parent="Control/Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
@@ -181,6 +184,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource("2_uc4d1")
|
||||
region_rect = Rect2(0, 0, 32, 32)
|
||||
script = ExtResource("4_ok8j7")
|
||||
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
||||
|
||||
[node name="Icon3" type="NinePatchRect" parent="Control/Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
@@ -190,6 +195,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource("2_uc4d1")
|
||||
region_rect = Rect2(0, 0, 32, 32)
|
||||
script = ExtResource("4_ok8j7")
|
||||
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
||||
|
||||
[node name="Icon4" type="NinePatchRect" parent="Control/Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
@@ -199,6 +206,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
texture = ExtResource("2_uc4d1")
|
||||
region_rect = Rect2(0, 0, 32, 32)
|
||||
script = ExtResource("4_ok8j7")
|
||||
metadata/_custom_type_script = "uid://xem6lai3ufyj"
|
||||
|
||||
[node name="Extra" type="Label" parent="Control/Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
@@ -224,6 +233,7 @@ libraries = {
|
||||
stream = ExtResource("3_r2311")
|
||||
bus = &"SFX"
|
||||
script = ExtResource("5_ok8j7")
|
||||
metadata/_custom_type_script = "uid://dmtw1jesw1vl7"
|
||||
|
||||
[node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("5_01gcg")
|
||||
|
Reference in New Issue
Block a user