mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
couple things, icr
This commit is contained in:
@@ -26,9 +26,9 @@ anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -88.0
|
||||
offset_left = -76.0
|
||||
offset_top = -48.0
|
||||
offset_right = 88.0
|
||||
offset_right = 76.0
|
||||
offset_bottom = 48.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
@@ -1,9 +1,8 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://d1kedqb68p7vw"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://d1kedqb68p7vw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bupc8brk48aqi" path="res://Scripts/UI/LevelSelect.gd" id="1_mvafj"]
|
||||
[ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="2_k7cgt"]
|
||||
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="3_a7p1d"]
|
||||
[ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="4_r15fi"]
|
||||
|
||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_k7cgt"]
|
||||
color = Color(1, 1, 1, 1)
|
||||
@@ -103,5 +102,4 @@ uppercase = true
|
||||
[node name="LabelFontChanger" type="Node" parent="PanelContainer" node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("3_a7p1d")
|
||||
labels = [NodePath("../MarginContainer/VBoxContainer/Label"), NodePath("../MarginContainer/VBoxContainer/SlotContainer/Level1"), NodePath("../MarginContainer/VBoxContainer/SlotContainer/Level2"), NodePath("../MarginContainer/VBoxContainer/SlotContainer/Level3"), NodePath("../MarginContainer/VBoxContainer/SlotContainer/Level4"), NodePath("../MarginContainer/VBoxContainer/Control/Cursor")]
|
||||
resource = ExtResource("4_r15fi")
|
||||
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
||||
|
@@ -13,7 +13,7 @@ color = Color(1, 1, 1, 1)
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 136.0
|
||||
offset_bottom = 104.0
|
||||
offset_bottom = 77.0
|
||||
script = ExtResource("1_6lbpd")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||||
@@ -55,6 +55,7 @@ grow_vertical = 0
|
||||
theme_override_styles/separator = SubResource("StyleBoxLine_6lbpd")
|
||||
|
||||
[node name="FirstQuest" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "QUEST_FIRST"
|
||||
horizontal_alignment = 1
|
||||
|
Reference in New Issue
Block a user