General UI Work

This commit is contained in:
2025-12-03 23:21:29 -08:00
parent 34742d568e
commit 6f90a0985a
58 changed files with 1999 additions and 1621 deletions

View File

@@ -1,112 +0,0 @@
[gd_scene load_steps=12 format=3 uid="uid://crkf5upj8e8ip"]
[ext_resource type="Script" uid="uid://c3iswacrgya7e" path="res://src/ui/dialogue/DialogueBalloon.cs" id="1_36de5"]
[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"]
[ext_resource type="FontFile" uid="uid://cb41qqmxqurj8" path="res://src/ui/fonts/FT88-Bold.ttf" id="2_fn8n4"]
[ext_resource type="Script" uid="uid://bq8fntgcwiosq" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_72ixx"]
[ext_resource type="Script" uid="uid://by6wev1st2yuh" path="res://src/ui/dialogue/ResponseExample.cs" id="5_0xrfp"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_hrxr4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1f7pn"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_kknbg"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_osqma"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sb66p"]
[sub_resource type="Theme" id="Theme_qq3yp"]
default_font = ExtResource("2_fn8n4")
default_font_size = 20
Button/styles/disabled = SubResource("StyleBoxEmpty_hrxr4")
Button/styles/focus = SubResource("StyleBoxEmpty_1f7pn")
Button/styles/hover = SubResource("StyleBoxEmpty_kknbg")
Button/styles/normal = SubResource("StyleBoxEmpty_osqma")
MarginContainer/constants/margin_bottom = 15
MarginContainer/constants/margin_left = 30
MarginContainer/constants/margin_right = 30
MarginContainer/constants/margin_top = 15
Panel/styles/panel = SubResource("StyleBoxEmpty_sb66p")
[node name="ExampleBalloon" type="CanvasLayer"]
layer = 100
script = ExtResource("1_36de5")
[node name="Balloon" type="Control" parent="."]
unique_name_in_owner = true
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = SubResource("Theme_qq3yp")
[node name="Panel" type="Panel" parent="Balloon"]
clip_children = 2
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 21.0
offset_top = -183.0
offset_right = -19.0
offset_bottom = -19.0
grow_horizontal = 2
grow_vertical = 0
[node name="Dialogue" type="MarginContainer" parent="Balloon/Panel"]
layout_mode = 2
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="Balloon/Panel/Dialogue"]
layout_mode = 2
[node name="CharacterLabel" type="RichTextLabel" parent="Balloon/Panel/Dialogue/VBoxContainer"]
unique_name_in_owner = true
modulate = Color(1, 1, 1, 0.501961)
layout_mode = 2
mouse_filter = 1
bbcode_enabled = true
text = "Character"
fit_content = true
scroll_active = false
[node name="DialogueLabel" parent="Balloon/Panel/Dialogue/VBoxContainer" instance=ExtResource("2_a8ve6")]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
text = "Dialogue..."
[node name="Responses" type="CenterContainer" parent="Balloon"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ResponsesMenu" type="VBoxContainer" parent="Balloon/Responses" node_paths=PackedStringArray("response_template")]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 8
theme_override_constants/separation = 2
script = ExtResource("3_72ixx")
response_template = NodePath("ResponseExample")
[node name="ResponseExample" type="Button" parent="Balloon/Responses/ResponsesMenu"]
layout_mode = 2
text = "Response example"
script = ExtResource("5_0xrfp")
[node name="ResponseExample2" type="Button" parent="Balloon/Responses/ResponsesMenu"]
layout_mode = 2
text = "Response example"
[connection signal="gui_input" from="Balloon" to="." method="_on_balloon_gui_input"]
[connection signal="response_selected" from="Balloon/Responses/ResponsesMenu" to="." method="_on_responses_menu_response_selected"]

View File

@@ -3,9 +3,9 @@
[ext_resource type="Script" uid="uid://5b3w40kwakl3" path="res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs" id="1_okfmu"]
[ext_resource type="FontFile" uid="uid://dit3vylt7hmmx" path="res://src/ui/fonts/FT88-Regular.ttf" id="2_c4c1f"]
[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_jm6sr"]
[ext_resource type="FontFile" uid="uid://cb41qqmxqurj8" path="res://src/ui/fonts/FT88-Bold.ttf" id="3_bc8ok"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="3_g5mp8"]
[ext_resource type="Script" uid="uid://bb52rsfwhkxbn" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_yiii3"]
[ext_resource type="FontFile" uid="uid://bohbd123672ea" path="res://src/ui/fonts/FT88-Italic.ttf" id="5_2dxvx"]
[ext_resource type="FontFile" uid="uid://0syyay37admf" path="res://src/ui/fonts/georgiab.ttf" id="5_kc8dw"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_spyqn"]
bg_color = Color(0, 0, 0, 0)
@@ -137,7 +137,7 @@ mouse_filter = 1
theme_override_colors/default_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
theme_override_constants/line_separation = 10
theme_override_fonts/normal_font = ExtResource("3_bc8ok")
theme_override_fonts/normal_font = ExtResource("3_g5mp8")
theme_override_styles/fill = SubResource("StyleBoxEmpty_8reha")
theme_override_styles/background = SubResource("StyleBoxEmpty_cb5sp")
theme_override_styles/focus = SubResource("StyleBoxEmpty_0trte")
@@ -155,9 +155,9 @@ size_flags_vertical = 3
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 0
theme_override_fonts/normal_font = ExtResource("2_c4c1f")
theme_override_fonts/italics_font = ExtResource("5_2dxvx")
theme_override_fonts/bold_font = ExtResource("3_bc8ok")
theme_override_fonts/normal_font = ExtResource("3_g5mp8")
theme_override_fonts/italics_font = ExtResource("3_g5mp8")
theme_override_fonts/bold_font = ExtResource("5_kc8dw")
theme_override_styles/fill = SubResource("StyleBoxEmpty_vtj1a")
theme_override_styles/background = SubResource("StyleBoxEmpty_c2c5i")
theme_override_styles/focus = SubResource("StyleBoxEmpty_wv0ko")
@@ -191,6 +191,7 @@ response_template = NodePath("ResponseExample")
layout_mode = 2
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("3_g5mp8")
button_mask = 0
text = "Response example"

View File

@@ -1,79 +0,0 @@
using Chickensoft.AutoInject;
using Chickensoft.GodotNodeInterfaces;
using Chickensoft.Introspection;
using Godot;
namespace Zennysoft.Game.Ma;
public interface IFloorClearMenu : IControl
{
event FloorClearMenu.GoToNextFloorEventHandler GoToNextFloor;
event FloorClearMenu.ExitEventHandler Exit;
event FloorClearMenu.TransitionCompletedEventHandler TransitionCompleted;
void FadeIn();
void FadeOut();
}
[Meta(typeof(IAutoNode))]
public partial class FloorClearMenu : Control, IFloorClearMenu
{
public override void _Notification(int what) => this.Notify(what);
[Node] public IAnimationPlayer AnimationPlayer { get; set; } = default!;
[Node] public Button ContinueButton { get; set; } = default!;
[Node] public Button ExitButton { get; set; } = default!;
public void FadeIn() => AnimationPlayer.Play("fade_in");
public void FadeOut() => AnimationPlayer.Play("fade_out");
[Signal]
public delegate void TransitionCompletedEventHandler();
[Signal]
public delegate void GoToNextFloorEventHandler();
[Signal]
public delegate void ExitEventHandler();
public void OnResolved()
{
AnimationPlayer.AnimationFinished += AnimationPlayer_AnimationFinished;
ContinueButton.Pressed += ContinueButton_Pressed;
ExitButton.Pressed += ExitButton_Pressed;
}
private void ExitButton_Pressed()
{
ContinueButton.Disabled = true;
ExitButton.Disabled = true;
FadeOut();
EmitSignal(SignalName.Exit);
}
private void ContinueButton_Pressed()
{
ContinueButton.Disabled = true;
ExitButton.Disabled = true;
EmitSignal(SignalName.GoToNextFloor);
}
private void AnimationPlayer_AnimationFinished(StringName animName)
{
if (animName == "fade_in")
{
ContinueButton.Disabled = false;
ExitButton.Disabled = false;
ContinueButton.CallDeferred(MethodName.GrabFocus);
}
if (animName == "fade_out")
{
CallDeferred(MethodName.ReleaseFocus);
EmitSignal(SignalName.TransitionCompleted);
}
}
}

View File

@@ -1 +0,0 @@
uid://yytomatekupe

View File

@@ -1,139 +0,0 @@
[gd_scene load_steps=11 format=3 uid="uid://pu6gp8de3ck4"]
[ext_resource type="Script" uid="uid://yytomatekupe" path="res://src/ui/floor_clear/FloorClearMenu.cs" id="1_q65kq"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="2_xk0dh"]
[sub_resource type="Animation" id="Animation_nc1gg"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("FloorClearMenu:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 1, 1)]
}
[sub_resource type="Animation" id="Animation_p616x"]
resource_name = "fade_in"
length = 0.3
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("FloorClearMenu:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
}
[sub_resource type="Animation" id="Animation_dhyvw"]
resource_name = "fade_out"
length = 0.3
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("FloorClearMenu:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_opfbx"]
_data = {
&"RESET": SubResource("Animation_nc1gg"),
&"fade_in": SubResource("Animation_p616x"),
&"fade_out": SubResource("Animation_dhyvw")
}
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_phrcj"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tmmmd"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cyd1c"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4bdva"]
[node name="FloorClearMenu" type="Control"]
process_mode = 3
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_q65kq")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
unique_name_in_owner = true
root_node = NodePath("../..")
libraries = {
&"": SubResource("AnimationLibrary_opfbx")
}
[node name="BG" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.137255, 0.121569, 0.12549, 1)
[node name="CenterContainer" type="CenterContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
layout_mode = 2
[node name="ContinueButton" type="Button" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 50)
layout_mode = 2
focus_neighbor_left = NodePath(".")
focus_neighbor_top = NodePath(".")
focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath("../ExitButton")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("2_xk0dh")
theme_override_font_sizes/font_size = 36
theme_override_styles/focus = SubResource("StyleBoxEmpty_phrcj")
theme_override_styles/normal = SubResource("StyleBoxEmpty_tmmmd")
button_mask = 0
text = "Continue"
flat = true
[node name="ExitButton" type="Button" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 50)
layout_mode = 2
focus_neighbor_left = NodePath(".")
focus_neighbor_top = NodePath("../ContinueButton")
focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath(".")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("2_xk0dh")
theme_override_font_sizes/font_size = 36
theme_override_styles/focus = SubResource("StyleBoxEmpty_cyd1c")
theme_override_styles/normal = SubResource("StyleBoxEmpty_4bdva")
button_mask = 0
text = "Exit Tower"
flat = true

View File

@@ -1,35 +0,0 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://q8uova06hnon"
path="res://.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata"
[deps]
source_file="res://src/ui/fonts/FT88-Serif.ttf"
dest_files=["res://.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
disable_embedded_bitmaps=true
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=4
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

View File

@@ -1,6 +1,7 @@
using Chickensoft.AutoInject;
using Chickensoft.Introspection;
using Godot;
using NathanHoad;
using Zennysoft.Game.Ma;
[Meta(typeof(IAutoNode))]
@@ -8,15 +9,56 @@ public partial class GalleryMenu : Control
{
public override void _Notification(int what) => this.Notify(what);
#region ItemLabels
[Node] public Label ItemLabel1 { get; set; }
[Node] public Label ItemLabel2 { get; set; }
[Node] public Label ItemLabel3 { get; set; }
[Node] public Label ItemLabel4 { get; set; }
[Node] public Label ItemLabel5 { get; set; }
[Node] public Label ItemLabel6 { get; set; }
[Node] public Label ItemLabel7 { get; set; }
[Node] public Label ItemLabel8 { get; set; }
[Node] public Label ItemLabel9 { get; set; }
[Node] public Label ItemLabel10 { get; set; }
#endregion
#region Buttons
[Node] public TextureButton ItemButton1 { get; set; }
[Node] public TextureButton ItemButton2 { get; set; }
[Node] public TextureButton ItemButton3 { get; set; }
[Node] public TextureButton ItemButton4 { get; set; }
[Node] public TextureButton ItemButton5 { get; set; }
[Node] public TextureButton ItemButton6 { get; set; }
[Node] public TextureButton ItemButton7 { get; set; }
[Node] public TextureButton ItemButton8 { get; set; }
[Node] public TextureButton ItemButton9 { get; set; }
[Node] public TextureButton ItemButton10 { get; set; }
#endregion
#region Thumbnails
[Node] public TextureRect ItemThumb1 { get; set; }
[Node] public TextureRect ItemThumb2 { get; set; }
[Node] public TextureRect ItemThumb3 { get; set; }
[Node] public TextureRect ItemThumb4 { get; set; }
[Node] public TextureRect ItemThumb5 { get; set; }
[Node] public TextureRect ItemThumb6 { get; set; }
[Node] public TextureRect ItemThumb7 { get; set; }
[Node] public TextureRect ItemThumb8 { get; set; }
[Node] public TextureRect ItemThumb9 { get; set; }
[Node] public TextureRect ItemThumb10 { get; set; }
#endregion
[Node] public TextureButton PreviousButton { get; set; }
[Node] public TextureButton NextButton { get; set; }
[Node] public TextureButton BackButton { get; set; }
public GalleryData GalleryData { get; set; }
[Signal] public delegate void GalleryExitedEventHandler();
public void OnReady()
{
GalleryData = new GalleryData() { PlaceholderImage1 = true };
BackButton.Pressed += BackButton_Pressed;
}
private void BackButton_Pressed() => EmitSignal(SignalName.GalleryExited);
}

View File

@@ -1,10 +1,18 @@
[gd_scene load_steps=5 format=3 uid="uid://cm6fo70yb2hip"]
[gd_scene load_steps=8 format=3 uid="uid://cm6fo70yb2hip"]
[ext_resource type="Script" uid="uid://cl0fi7kgimquk" path="res://src/ui/gallery/GalleryMenu.cs" id="1_lvvvw"]
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="1_qekcq"]
[ext_resource type="Texture2D" uid="uid://s3mtv6c2emph" path="res://src/ui/gallery/Gallery.png" id="2_lvvvw"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="3_lvvvw"]
[ext_resource type="Texture2D" uid="uid://b7nxeq5qft3xa" path="res://src/ui/gallery/Line 1.png" id="4_s04nx"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_5wknn"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_5wknn"]
[sub_resource type="LabelSettings" id="LabelSettings_lvvvw"]
font = ExtResource("3_lvvvw")
font_size = 40
[node name="GalleryMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
@@ -16,7 +24,17 @@ size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_lvvvw")
[node name="TextureRect" type="TextureRect" parent="."]
[node name="Control" type="Control" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="TextureRect" type="TextureRect" parent="Control"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -24,362 +42,356 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_lvvvw")
expand_mode = 5
metadata/_edit_use_anchors_ = true
[node name="MarginContainer" type="MarginContainer" parent="TextureRect"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PanelContainer" type="PanelContainer" parent="Control"]
layout_mode = 0
offset_left = 141.0
offset_top = 212.0
offset_right = -103.0
offset_bottom = -130.0
grow_horizontal = 2
grow_vertical = 2
offset_top = 213.0
offset_right = 1816.0
offset_bottom = 951.0
theme_override_styles/panel = SubResource("StyleBoxEmpty_5wknn")
[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/MarginContainer"]
[node name="MarginContainer2" type="MarginContainer" parent="Control/PanelContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="MarginContainer" type="MarginContainer" parent="TextureRect/MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
[node name="ReferenceRect" type="ReferenceRect" parent="TextureRect/MarginContainer/VBoxContainer/MarginContainer"]
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2"]
layout_mode = 2
border_color = Color(1, 1, 1, 0.737255)
border_width = 3.0
border_color = Color(1, 1, 1, 1)
border_width = 2.0
editor_only = false
[node name="MarginContainer2" type="MarginContainer" parent="TextureRect"]
layout_mode = 0
offset_left = 155.0
offset_top = 225.0
offset_right = 1814.0
offset_bottom = 943.0
[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/MarginContainer2"]
[node name="MarginContainer" type="MarginContainer" parent="Control/PanelContainer/MarginContainer2"]
layout_mode = 2
theme_override_constants/separation = 25
theme_override_constants/margin_left = 80
theme_override_constants/margin_top = 45
[node name="VFlowContainer" type="VFlowContainer" parent="TextureRect/MarginContainer2/VBoxContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer"]
layout_mode = 2
theme_override_constants/h_separation = 25
theme_override_constants/separation = 60
[node name="Item1Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 35
[node name="VBoxContainer" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="ItemThumb1" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 200)
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="Item2Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="Item3Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="Item4Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="Item5Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="VFlowContainer3" type="VFlowContainer" parent="TextureRect/MarginContainer2/VBoxContainer"]
layout_mode = 2
theme_override_constants/h_separation = 25
[node name="CenterContainer" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3"]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_vertical = 3
[node name="Item1Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3/CenterContainer"]
[node name="ItemLabel1" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer2" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton1" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item2Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3/CenterContainer2"]
[node name="VBoxContainer2" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="ItemThumb2" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel2" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer3" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton2" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item3Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3/CenterContainer3"]
[node name="VBoxContainer3" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="ItemThumb3" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer3"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer3"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel3" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer3"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer4" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton3" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer3"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item4Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3/CenterContainer4"]
[node name="VBoxContainer4" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="ItemThumb4" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer4"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer4"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel4" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer4"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer5" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton4" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer4"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item4Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer3/CenterContainer5"]
[node name="VBoxContainer5" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="ItemThumb5" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer5"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer5"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel5" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer5"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="VFlowContainer2" type="VFlowContainer" parent="TextureRect/MarginContainer2/VBoxContainer"]
[node name="ItemButton5" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer5"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/h_separation = 25
focus_neighbor_right = NodePath("../../../HBoxContainer2/VBoxContainer/ItemButton6")
focus_next = NodePath("../../../HBoxContainer2/VBoxContainer/ItemButton6")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item1Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer2"]
custom_minimum_size = Vector2(300, 200)
[node name="HBoxContainer2" type="HBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 35
[node name="VBoxContainer" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
[node name="Item2Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer2"]
custom_minimum_size = Vector2(300, 200)
[node name="ItemThumb6" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="Item3Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer2"]
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="Item4Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer2"]
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="Item5Thumb" type="ColorRect" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer2"]
custom_minimum_size = Vector2(300, 200)
layout_mode = 2
[node name="VFlowContainer4" type="VFlowContainer" parent="TextureRect/MarginContainer2/VBoxContainer"]
layout_mode = 2
theme_override_constants/h_separation = 25
[node name="CenterContainer" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4"]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_vertical = 3
[node name="Item1Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4/CenterContainer"]
[node name="ItemLabel6" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer2" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton6" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
focus_neighbor_left = NodePath("../../../HBoxContainer/VBoxContainer5/ItemButton5")
focus_neighbor_bottom = NodePath("../../../../../../../NavigateButtonGroup/PreviousButton")
focus_previous = NodePath("../../../HBoxContainer/VBoxContainer5/ItemButton5")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item2Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4/CenterContainer2"]
[node name="VBoxContainer2" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
[node name="ItemThumb7" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel7" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer3" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton7" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
focus_neighbor_bottom = NodePath("../../../../../../../NavigateButtonGroup/PreviousButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item3Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4/CenterContainer3"]
[node name="VBoxContainer3" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
[node name="ItemThumb8" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer3"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer3"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel8" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer3"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer4" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton8" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer3"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
focus_neighbor_bottom = NodePath("../../../../../../../NavigateButtonGroup/PreviousButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item4Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4/CenterContainer4"]
[node name="VBoxContainer4" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
[node name="ItemThumb9" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer4"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer4"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel9" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer4"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="CenterContainer5" type="CenterContainer" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4"]
custom_minimum_size = Vector2(300, 0)
[node name="ItemButton9" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer4"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
focus_neighbor_bottom = NodePath("../../../../../../../NavigateButtonGroup/NextButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 3
[node name="Item4Label" type="Label" parent="TextureRect/MarginContainer2/VBoxContainer/VFlowContainer4/CenterContainer5"]
[node name="VBoxContainer5" type="VBoxContainer" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2"]
layout_mode = 2
[node name="ItemThumb10" type="TextureRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5"]
unique_name_in_owner = true
custom_minimum_size = Vector2(270, 190)
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_5wknn")
[node name="ReferenceRect" type="ReferenceRect" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5"]
custom_minimum_size = Vector2(0, 45)
layout_mode = 2
[node name="ItemLabel10" type="Label" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5"]
unique_name_in_owner = true
layout_mode = 2
text = "???"
label_settings = ExtResource("1_qekcq")
label_settings = SubResource("LabelSettings_lvvvw")
horizontal_alignment = 1
[node name="ItemButton1" type="TextureButton" parent="."]
[node name="ItemButton10" type="TextureButton" parent="Control/PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
layout_mode = 2
focus_neighbor_right = NodePath("../../../../../../../NavigateButtonGroup/PreviousButton")
focus_neighbor_bottom = NodePath("../../../../../../../NavigateButtonGroup/BackButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
stretch_mode = 3
[node name="ItemButton2" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="NavigateButtonGroup" type="Control" parent="Control"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="ItemButton3" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton4" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton5" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton6" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton7" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton8" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton9" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="ItemButton10" type="TextureButton" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 1621.0
offset_top = 1030.0
offset_right = 1730.0
offset_bottom = 1034.0
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
[node name="PreviousButton" type="TextureButton" parent="."]
[node name="PreviousButton" type="TextureButton" parent="Control/NavigateButtonGroup"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 974.0
offset_top = 1030.0
offset_right = 1157.0
offset_bottom = 1034.0
offset_left = 997.0
offset_top = 1032.0
offset_right = 1147.0
offset_bottom = 1042.0
focus_neighbor_left = NodePath("../../PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5/ItemButton10")
focus_neighbor_top = NodePath("../../PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer3/ItemButton8")
focus_neighbor_right = NodePath("../NextButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
stretch_mode = 5
[node name="NextButton" type="TextureButton" parent="."]
[node name="NextButton" type="TextureButton" parent="Control/NavigateButtonGroup"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 1320.0
offset_top = 1030.0
offset_right = 1417.0
offset_bottom = 1034.0
offset_left = 1313.0
offset_top = 1031.0
offset_right = 1428.0
offset_bottom = 1041.0
focus_neighbor_left = NodePath("../PreviousButton")
focus_neighbor_top = NodePath("../../PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer4/ItemButton9")
focus_neighbor_right = NodePath("../BackButton")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
stretch_mode = 3
[node name="BackButton" type="TextureButton" parent="."]
[node name="BackButton" type="TextureButton" parent="Control/NavigateButtonGroup"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 257.0
offset_top = 589.0
offset_right = 366.0
offset_bottom = 593.0
offset_left = 1598.0
offset_top = 1032.0
offset_right = 1748.0
offset_bottom = 1042.0
focus_neighbor_left = NodePath("../NextButton")
focus_neighbor_top = NodePath("../../PanelContainer/MarginContainer2/MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer5/ItemButton10")
texture_focused = ExtResource("4_s04nx")
stretch_mode = 0
flip_h = true
stretch_mode = 3

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2fwkphkxib7p"
path="res://.godot/imported/Unchecked.png-199ec2e2a944dfd73704b35cd082d190.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/ui/gallery/Unchecked.png"
dest_files=["res://.godot/imported/Unchecked.png-199ec2e2a944dfd73704b35cd082d190.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://u255bg4nytuf"
path="res://.godot/imported/checkbox.png-0ae2d72807b55759114938113b786432.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/ui/gallery/checkbox.png"
dest_files=["res://.godot/imported/checkbox.png-0ae2d72807b55759114938113b786432.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=3 uid="uid://b1muxus5qdbeu"]
[gd_scene load_steps=11 format=3 uid="uid://b1muxus5qdbeu"]
[ext_resource type="Script" uid="uid://dlq2mkhl4pe7a" path="res://src/ui/in_game_ui/InGameUI.cs" id="1_sc13i"]
[ext_resource type="PackedScene" uid="uid://bwbofurcvf3yh" path="res://src/minimap/Minimap.tscn" id="2_6sfje"]
@@ -10,6 +10,9 @@
[ext_resource type="PackedScene" uid="uid://8f3dk16nj0dn" path="res://src/menu/DebugMenu.tscn" id="7_llomk"]
[ext_resource type="Texture2D" uid="uid://bj4p4qxb1mj3q" path="res://src/ui/player_ui/Assets/panel rough draft.png" id="7_ur8ag"]
[sub_resource type="StyleBoxLine" id="StyleBoxLine_ur8ag"]
color = Color(0.792157, 0.698039, 0.643137, 1)
[node name="InGameUI" type="Control"]
process_mode = 3
layout_mode = 3
@@ -87,29 +90,37 @@ custom_minimum_size = Vector2(480, 0)
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/Panel"]
layout_mode = 0
offset_right = 480.0
offset_bottom = 1082.0
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_bottom = 2.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_ur8ag")
[node name="PlayerInfoUI" parent="HBoxContainer/Panel" instance=ExtResource("4_46s5l")]
unique_name_in_owner = true
layout_mode = 2
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 25.0
offset_top = 175.0
offset_right = 480.0
offset_bottom = 361.0
size_flags_vertical = 3
offset_left = 29.0
offset_top = 197.0
offset_right = 29.0
offset_bottom = -746.0
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/Panel"]
layout_mode = 2
offset_left = 99.0
offset_top = 326.0
offset_right = 391.0
offset_bottom = 332.0
theme_override_styles/separator = SubResource("StyleBoxLine_ur8ag")
[node name="MinimapZone" type="Panel" parent="HBoxContainer/Panel"]
layout_mode = 2
offset_left = 54.0
offset_top = 369.0
offset_right = 424.0
offset_bottom = 637.0
offset_top = 14.0
offset_right = 480.0
offset_bottom = 14.0
[node name="MiniMap" parent="HBoxContainer/Panel/MinimapZone" instance=ExtResource("2_6sfje")]
unique_name_in_owner = true
@@ -120,14 +131,23 @@ anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
offset_left = 3.0
offset_left = 56.0
offset_top = 354.0
offset_right = 423.0
offset_bottom = 620.0
[node name="HSeparator2" type="HSeparator" parent="HBoxContainer/Panel/MinimapZone"]
layout_mode = 2
offset_left = 78.0
offset_top = 716.0
offset_right = 370.0
offset_bottom = 266.0
offset_bottom = 722.0
theme_override_styles/separator = SubResource("StyleBoxLine_ur8ag")
[node name="Sigil Marker" type="ReferenceRect" parent="HBoxContainer/Panel"]
layout_mode = 2
offset_left = 78.0
offset_top = 817.0
offset_right = 268.0
offset_bottom = 1009.0
offset_left = 75.0
offset_top = 813.0
offset_right = 267.0
offset_bottom = 1004.0
size_flags_vertical = 3

View File

@@ -1,14 +1,13 @@
[gd_scene load_steps=27 format=3 uid="uid://dlj8qdg1c5048"]
[gd_scene load_steps=21 format=3 uid="uid://dlj8qdg1c5048"]
[ext_resource type="Script" uid="uid://bi1xopts68paw" path="res://src/ui/inventory_menu/InventoryMenu.cs" id="1_b6rkr"]
[ext_resource type="Shader" uid="uid://cnphwvmr05hp1" path="res://src/ui/inventory_menu/InventoryMenu.gdshader" id="2_0fvsh"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="3_lm4o1"]
[ext_resource type="PackedScene" uid="uid://c005nd0m2eim" path="res://src/ui/inventory_menu/ItemSlot.tscn" id="4_aiji3"]
[ext_resource type="FontFile" uid="uid://cb41qqmxqurj8" path="res://src/ui/fonts/FT88-Bold.ttf" id="4_rg5yb"]
[ext_resource type="FontFile" uid="uid://dit3vylt7hmmx" path="res://src/ui/fonts/FT88-Regular.ttf" id="5_2qnnx"]
[ext_resource type="LabelSettings" uid="uid://ca1q6yu8blwxf" path="res://src/ui/label_settings/InventoryMainTextBold.tres" id="6_tmdno"]
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="4_l0byb"]
[ext_resource type="LabelSettings" uid="uid://cuuo43x72xcsc" path="res://src/ui/label_settings/MainTextBold.tres" id="7_vyrxm"]
[ext_resource type="FontFile" uid="uid://cplk3hcd0bjrd" path="res://src/ui/fonts/ebrimabd.ttf" id="8_7co7g"]
[ext_resource type="Theme" uid="uid://daxuhpmyxwxck" path="res://src/ui/inventory_menu/InventoryDialogueSelectionStyle.tres" id="8_khyvo"]
[ext_resource type="LabelSettings" uid="uid://bgnwcs434ppkf" path="res://src/ui/label_settings/EbrimaText.tres" id="8_ldqki"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_i55tv"]
shader = ExtResource("2_0fvsh")
@@ -27,31 +26,6 @@ shader_parameter/speed3 = 0.1
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_3ynpe"]
[sub_resource type="LabelSettings" id="LabelSettings_x4aj3"]
font = ExtResource("3_lm4o1")
font_size = 80
font_color = Color(0.737255, 0.705882, 0.690196, 1)
[sub_resource type="LabelSettings" id="LabelSettings_31kc7"]
font = ExtResource("3_lm4o1")
font_size = 80
font_color = Color(0.737255, 0.705882, 0.690196, 1)
[sub_resource type="LabelSettings" id="LabelSettings_ankkq"]
font = ExtResource("4_rg5yb")
font_size = 46
font_color = Color(0.737255, 0.705882, 0.690196, 1)
[sub_resource type="LabelSettings" id="LabelSettings_ouwww"]
font = ExtResource("4_rg5yb")
font_size = 40
font_color = Color(0.737255, 0.705882, 0.690196, 1)
[sub_resource type="LabelSettings" id="LabelSettings_mundu"]
font = ExtResource("5_2qnnx")
font_size = 20
font_color = Color(0.737255, 0.705882, 0.690196, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0kb6l"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_fu7o2"]
@@ -115,34 +89,33 @@ custom_minimum_size = Vector2(300, 125)
layout_mode = 2
size_flags_horizontal = 4
[node name="BackArrow" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer"]
layout_mode = 2
[node name="BackArrow" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer/HBoxContainer"]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "◄"
label_settings = SubResource("LabelSettings_x4aj3")
label_settings = ExtResource("8_ldqki")
[node name="ItemsTitle" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer"]
custom_minimum_size = Vector2(450, 0)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
text = " ITEMS"
label_settings = SubResource("LabelSettings_31kc7")
horizontal_alignment = 1
vertical_alignment = 1
[node name="ForwardArrow" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer"]
unique_name_in_owner = true
visible = false
[node name="ItemsTitle" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer/HBoxContainer"]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
text = " ITEMS"
label_settings = ExtResource("4_l0byb")
vertical_alignment = 1
[node name="ForwardArrow" type="Label" parent="InventoryInfo/HBoxContainer/ItemInfo/ItemTitleContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
text = "►"
label_settings = SubResource("LabelSettings_x4aj3")
horizontal_alignment = 2
label_settings = ExtResource("8_ldqki")
horizontal_alignment = 1
vertical_alignment = 1
[node name="ItemsPage" type="VBoxContainer" parent="InventoryInfo/HBoxContainer/ItemInfo"]
unique_name_in_owner = true
@@ -209,41 +182,6 @@ layout_mode = 2
mouse_filter = 2
theme_override_constants/separation = 20
[node name="VTBox" type="HBoxContainer" parent="InventoryInfo/HBoxContainer/PlayerInfo"]
visible = false
layout_mode = 2
[node name="ReferenceRect2" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
custom_minimum_size = Vector2(50, 0)
layout_mode = 2
[node name="VTLabel" type="Label" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "VT"
label_settings = SubResource("LabelSettings_ankkq")
[node name="ReferenceRect" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
custom_minimum_size = Vector2(50, 0)
layout_mode = 2
[node name="VTValue" type="Label" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "444/444"
label_settings = SubResource("LabelSettings_ouwww")
[node name="ReferenceRect4" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
custom_minimum_size = Vector2(18, 0)
layout_mode = 2
[node name="VTBonusLabel" type="Label" parent="InventoryInfo/HBoxContainer/PlayerInfo/VTBox"]
unique_name_in_owner = true
layout_mode = 2
text = "..."
label_settings = ExtResource("6_tmdno")
[node name="ATKBox" type="HBoxContainer" parent="InventoryInfo/HBoxContainer/PlayerInfo"]
layout_mode = 2
@@ -255,7 +193,7 @@ layout_mode = 2
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "ATK"
label_settings = SubResource("LabelSettings_ankkq")
label_settings = ExtResource("8_ldqki")
[node name="ReferenceRect" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/ATKBox"]
custom_minimum_size = Vector2(50, 0)
@@ -266,7 +204,7 @@ unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "666/666"
label_settings = SubResource("LabelSettings_ouwww")
label_settings = ExtResource("8_ldqki")
[node name="ReferenceRect4" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/ATKBox"]
custom_minimum_size = Vector2(18, 0)
@@ -276,7 +214,7 @@ layout_mode = 2
unique_name_in_owner = true
layout_mode = 2
text = "..."
label_settings = ExtResource("6_tmdno")
label_settings = ExtResource("8_ldqki")
[node name="DEFBox" type="HBoxContainer" parent="InventoryInfo/HBoxContainer/PlayerInfo"]
layout_mode = 2
@@ -289,7 +227,7 @@ layout_mode = 2
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "DEF"
label_settings = SubResource("LabelSettings_ankkq")
label_settings = ExtResource("8_ldqki")
[node name="ReferenceRect" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/DEFBox"]
custom_minimum_size = Vector2(50, 0)
@@ -300,7 +238,7 @@ unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "888/888"
label_settings = SubResource("LabelSettings_ouwww")
label_settings = ExtResource("8_ldqki")
[node name="ReferenceRect4" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo/DEFBox"]
custom_minimum_size = Vector2(18, 0)
@@ -310,10 +248,10 @@ layout_mode = 2
unique_name_in_owner = true
layout_mode = 2
text = "..."
label_settings = ExtResource("6_tmdno")
label_settings = ExtResource("8_ldqki")
[node name="ReferenceRect3" type="ReferenceRect" parent="InventoryInfo/HBoxContainer/PlayerInfo"]
custom_minimum_size = Vector2(0, 600)
custom_minimum_size = Vector2(0, 500)
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="InventoryInfo/HBoxContainer/PlayerInfo"]
@@ -341,7 +279,7 @@ custom_minimum_size = Vector2(400, 100)
layout_mode = 2
size_flags_horizontal = 0
text = "Use Item?"
label_settings = ExtResource("6_tmdno")
label_settings = ExtResource("7_vyrxm")
autowrap_mode = 2
[node name="ItemEffectLabel" type="Label" parent="InventoryInfo/HBoxContainer/PlayerInfo/HBoxContainer/VBoxContainer"]
@@ -349,7 +287,7 @@ unique_name_in_owner = true
custom_minimum_size = Vector2(400, 100)
layout_mode = 2
size_flags_horizontal = 0
label_settings = SubResource("LabelSettings_mundu")
label_settings = ExtResource("7_vyrxm")
autowrap_mode = 2
[node name="UseButton" type="Button" parent="InventoryInfo/HBoxContainer/PlayerInfo/HBoxContainer/VBoxContainer"]
@@ -368,6 +306,7 @@ theme_override_colors/font_disabled_color = Color(0.137255, 0.121569, 0.12549, 1
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_colors/font_pressed_color = Color(0.137255, 0.121569, 0.12549, 1)
theme_override_fonts/font = ExtResource("8_7co7g")
theme_override_styles/focus = SubResource("StyleBoxEmpty_0kb6l")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_fu7o2")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_nkvce")
@@ -392,6 +331,7 @@ theme_override_colors/font_disabled_color = Color(0.137255, 0.121569, 0.12549, 1
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_colors/font_pressed_color = Color(0.137255, 0.121569, 0.12549, 1)
theme_override_fonts/font = ExtResource("8_7co7g")
theme_override_styles/focus = SubResource("StyleBoxEmpty_0kb6l")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_ascpt")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_abpb1")
@@ -416,6 +356,7 @@ theme_override_colors/font_disabled_color = Color(0.137255, 0.121569, 0.12549, 1
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_colors/font_pressed_color = Color(0.137255, 0.121569, 0.12549, 1)
theme_override_fonts/font = ExtResource("8_7co7g")
theme_override_styles/focus = SubResource("StyleBoxEmpty_omlgh")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_uerb4")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_lvcf8")

View File

@@ -1,18 +1,12 @@
[gd_scene load_steps=8 format=3 uid="uid://c005nd0m2eim"]
[gd_scene load_steps=6 format=3 uid="uid://c005nd0m2eim"]
[ext_resource type="Script" uid="uid://cglxk7v8hpesn" path="res://src/ui/inventory_menu/ItemSlot.cs" id="1_yttxt"]
[ext_resource type="Texture2D" uid="uid://0r1dws4ajhdx" path="res://src/items/accessory/textures/MASK 01.PNG" id="2_7kdbd"]
[ext_resource type="LabelSettings" uid="uid://dupifadnagodp" path="res://src/ui/label_settings/MainTextRegular.tres" id="3_rf22b"]
[ext_resource type="Script" uid="uid://b0rrpkpsfdga8" path="res://src/ui/inventory_menu/ItemLabel.cs" id="3_xlgl0"]
[ext_resource type="FontFile" uid="uid://bohbd123672ea" path="res://src/ui/fonts/FT88-Italic.ttf" id="4_vcxwm"]
[ext_resource type="LabelSettings" uid="uid://bl5xpqyq8vjtv" path="res://src/ui/inventory_menu/InventoryLabelSettings.tres" id="5_a7hko"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lt1pw"]
[sub_resource type="LabelSettings" id="LabelSettings_lgjx0"]
font = ExtResource("4_vcxwm")
font_size = 30
font_color = Color(0, 0.682353, 0.937255, 1)
[node name="ItemSlot" type="Button"]
custom_minimum_size = Vector2(100, 60)
anchors_preset = -1
@@ -61,7 +55,7 @@ unique_name_in_owner = true
custom_minimum_size = Vector2(550, 50)
layout_mode = 2
text = "Mask of the Goddess of Destruction"
label_settings = SubResource("LabelSettings_lgjx0")
label_settings = ExtResource("3_rf22b")
vertical_alignment = 1
script = ExtResource("3_xlgl0")
@@ -70,4 +64,4 @@ unique_name_in_owner = true
visible = false
layout_mode = 2
text = "x99"
label_settings = ExtResource("5_a7hko")
label_settings = ExtResource("3_rf22b")

View File

@@ -0,0 +1,10 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://0elvhfcwosol"]
[ext_resource type="FontFile" uid="uid://cke424xtk2s0o" path="res://src/ui/fonts/ebrima.ttf" id="1_acmx1"]
[resource]
line_spacing = 1.0
font = ExtResource("1_acmx1")
font_size = 35
outline_size = 3
outline_color = Color(0, 0, 0, 1)

View File

@@ -0,0 +1,10 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://bgnwcs434ppkf"]
[ext_resource type="FontFile" uid="uid://cke424xtk2s0o" path="res://src/ui/fonts/ebrima.ttf" id="1_dd2bd"]
[resource]
line_spacing = 1.0
font = ExtResource("1_dd2bd")
font_size = 35
outline_size = 3
outline_color = Color(0, 0, 0, 1)

View File

@@ -0,0 +1,10 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://b6f8ggy3ulonb"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="1_pv45s"]
[resource]
line_spacing = 1.0
font = ExtResource("1_pv45s")
font_size = 25
outline_size = 3
outline_color = Color(0, 0, 0, 1)

View File

@@ -1,8 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://wc363u5t1yi2"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="1_olalj"]
[ext_resource type="FontFile" uid="uid://tfskthaq7tmi" path="res://src/ui/fonts/georgia.ttf" id="1_x45xf"]
[resource]
font = ExtResource("1_olalj")
font = ExtResource("1_x45xf")
font_size = 70
font_color = Color(0.737255, 0.705882, 0.690196, 1)

View File

@@ -1,8 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dw0lfsckex1yx"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="1_amsqn"]
[ext_resource type="FontFile" uid="uid://tfskthaq7tmi" path="res://src/ui/fonts/georgia.ttf" id="1_hkb3v"]
[resource]
font = ExtResource("1_amsqn")
font = ExtResource("1_hkb3v")
font_size = 48
font_color = Color(0.439216, 0.415686, 0.407843, 1)

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://bqdq5r46uduvd"]
[ext_resource type="FontFile" uid="uid://duu4matpexcq4" path="res://src/ui/fonts/LSANS.TTF" id="1_kxooq"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="1_kxooq"]
[resource]
font = ExtResource("1_kxooq")

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ca1q6yu8blwxf"]
[ext_resource type="FontFile" uid="uid://duu4matpexcq4" path="res://src/ui/fonts/LSANS.TTF" id="1_d10ca"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="1_d10ca"]
[resource]
font = ExtResource("1_d10ca")

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ckvxvx2tiwttt"]
[ext_resource type="FontFile" uid="uid://ddvfnyovqnvew" path="res://src/ui/fonts/LSANSI.TTF" id="1_fr1ua"]
[ext_resource type="FontFile" uid="uid://kanchroaxc6" path="res://src/ui/fonts/BOD_BI.TTF" id="1_fr1ua"]
[resource]
font = ExtResource("1_fr1ua")

View File

@@ -1,8 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://cuuo43x72xcsc"]
[ext_resource type="FontFile" uid="uid://duu4matpexcq4" path="res://src/ui/fonts/LSANS.TTF" id="1_fbwht"]
[ext_resource type="FontFile" uid="uid://holv8bks3o5g" path="res://src/ui/fonts/BOD_B.TTF" id="1_fbwht"]
[resource]
font = ExtResource("1_fbwht")
font_size = 22
font_size = 35
font_color = Color(0.737255, 0.705882, 0.690196, 1)

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ur3wpe2kp2j2"]
[ext_resource type="FontFile" uid="uid://duu4matpexcq4" path="res://src/ui/fonts/LSANS.TTF" id="1_jsy43"]
[ext_resource type="FontFile" uid="uid://holv8bks3o5g" path="res://src/ui/fonts/BOD_B.TTF" id="1_jsy43"]
[resource]
font = ExtResource("1_jsy43")

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://c4wbba5mo7qcp"]
[ext_resource type="FontFile" uid="uid://ddvfnyovqnvew" path="res://src/ui/fonts/LSANSI.TTF" id="1_gvqi7"]
[ext_resource type="FontFile" uid="uid://dmqrdbprkp7v8" path="res://src/ui/fonts/BOD_I.TTF" id="1_gvqi7"]
[resource]
font = ExtResource("1_gvqi7")

View File

@@ -1,6 +1,6 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://b3jrpf2sdtsqo"]
[ext_resource type="FontFile" uid="uid://ddvfnyovqnvew" path="res://src/ui/fonts/LSANSI.TTF" id="1_r2ost"]
[ext_resource type="FontFile" uid="uid://kanchroaxc6" path="res://src/ui/fonts/BOD_BI.TTF" id="1_r2ost"]
[resource]
font = ExtResource("1_r2ost")

View File

@@ -1,7 +1,10 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dupifadnagodp"]
[ext_resource type="FontFile" uid="uid://bt7dv5ayfvmti" path="res://src/ui/fonts/bodoni-italic.ttf" id="1_scy74"]
[ext_resource type="FontFile" uid="uid://gosyy1xs8n8y" path="res://src/ui/fonts/BOD_R.TTF" id="1_scy74"]
[resource]
line_spacing = 1.0
font = ExtResource("1_scy74")
font_size = 32
font_size = 35
outline_size = 3
outline_color = Color(0, 0, 0, 1)

View File

@@ -1,8 +1,12 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://cvjhqu13opvjq"]
[ext_resource type="FontFile" uid="uid://bt7dv5ayfvmti" path="res://src/ui/fonts/bodoni-italic.ttf" id="1_u6juj"]
[ext_resource type="FontFile" uid="uid://dmqrdbprkp7v8" path="res://src/ui/fonts/BOD_I.TTF" id="1_u6juj"]
[resource]
font = ExtResource("1_u6juj")
font_size = 32
font_color = Color(0.792157, 0.698039, 0.643137, 1)
outline_size = 3
outline_color = Color(0, 0, 0, 1)
shadow_color = Color(0.117647, 0.117647, 0.117647, 0.760784)
shadow_offset = Vector2(-3, 1)

View File

@@ -1,9 +1,9 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dnkovn3xwbt0t"]
[ext_resource type="FontFile" uid="uid://dp1k143v7cppw" path="res://src/ui/fonts/Lust_Sans_Regular.otf" id="1_kbo40"]
[ext_resource type="FontFile" uid="uid://bt7dv5ayfvmti" path="res://src/ui/fonts/bodoni-italic.ttf" id="1_xa15j"]
[resource]
font = ExtResource("1_kbo40")
font = ExtResource("1_xa15j")
font_size = 128
font_color = Color(0.737255, 0.705882, 0.690196, 1)
shadow_size = 0

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=3 uid="uid://dxfbdk7lhdvus"]
[gd_scene load_steps=10 format=3 uid="uid://dxfbdk7lhdvus"]
[ext_resource type="LabelSettings" uid="uid://dnkovn3xwbt0t" path="res://src/ui/label_settings/TitleFont.tres" id="1_lt2oc"]
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="2_6orqu"]
@@ -7,7 +7,8 @@
[ext_resource type="LabelSettings" uid="uid://cuuo43x72xcsc" path="res://src/ui/label_settings/MainTextBold.tres" id="4_vds7k"]
[ext_resource type="LabelSettings" uid="uid://c4wbba5mo7qcp" path="res://src/ui/label_settings/MainTextFontItalicized.tres" id="6_8ni0v"]
[ext_resource type="LabelSettings" uid="uid://ur3wpe2kp2j2" path="res://src/ui/label_settings/MainTextFontEquipped.tres" id="7_o8qef"]
[ext_resource type="LabelSettings" uid="uid://ckvxvx2tiwttt" path="res://src/ui/label_settings/MainTextApplied.tres" id="8_ld5mo"]
[ext_resource type="LabelSettings" uid="uid://b3jrpf2sdtsqo" path="res://src/ui/label_settings/MainTextFontSelectedEquipped.tres" id="8_hbh86"]
[ext_resource type="LabelSettings" uid="uid://0elvhfcwosol" path="res://src/ui/label_settings/DialogueText.tres" id="9_hbh86"]
[node name="UISandbox" type="Control"]
layout_mode = 3
@@ -49,6 +50,7 @@ label_settings = ExtResource("1_lt2oc")
layout_mode = 2
text = "HEADING FONT - STANDARD + SELECTED"
label_settings = ExtResource("2_6orqu")
horizontal_alignment = 1
[node name="Heading Font (Unselected)" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
@@ -67,17 +69,27 @@ label_settings = ExtResource("4_vds7k")
[node name="MainTextItalic" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
text = "Main Text Font - Italic
text = "Main Text Font - Italic (Selected)
"
label_settings = ExtResource("6_8ni0v")
[node name="MainTextItalicEquipped" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
text = "Main Text Font - Italic
text = "Main Text Font - (Equipped)
"
label_settings = ExtResource("7_o8qef")
[node name="ItemApplied" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
text = "Item Applied Font - Bold"
label_settings = ExtResource("8_ld5mo")
text = "Main Text Font - Selected and Equipped"
label_settings = ExtResource("8_hbh86")
[node name="DialogueHeader" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
text = "Dialogue Title"
label_settings = ExtResource("9_hbh86")
[node name="DialogueText" type="Label" parent="MarginContainer/HFlowContainer"]
layout_mode = 2
text = "Dialogue Text"
label_settings = ExtResource("9_hbh86")

View File

@@ -0,0 +1,17 @@
using Chickensoft.GodotNodeInterfaces;
using System;
namespace Zennysoft.Game.Ma;
public interface IFloorClearMenu : IControl
{
public event Action GoToNextFloor;
public event Action Exit;
public event Action TransitionCompleted;
void FadeIn();
void FadeOut();
}

View File

@@ -0,0 +1 @@
uid://crfyehlucv12h

View File

@@ -0,0 +1,112 @@
using Chickensoft.AutoInject;
using Chickensoft.GodotNodeInterfaces;
using Chickensoft.Introspection;
using Godot;
using System;
using System.Linq;
using Zennysoft.Game.Ma;
using Zennysoft.Ma.Adapter;
[Meta(typeof(IAutoNode))]
public partial class LoadNextLevel : Control, IFloorClearMenu
{
public override void _Notification(int what) => this.Notify(what);
[Dependency] protected IPlayer _player => this.DependOn(() => GetParent().GetChildren().OfType<IPlayer>().Single());
[Dependency] public IMap _map => this.DependOn<IMap>();
[Node] public IAnimationPlayer AnimationPlayer { get; set; } = default!;
[Node] public Button ContinueButton { get; set; }
[Node] public Button ExitButton { get; set; }
[Node] public Label LevelLabel { get; set; }
[Node] public Label EXPLabel { get; set; }
[Node] public Label HPLabel { get; set; }
[Node] public Label VTLabel { get; set; }
[Node] public Label ATKLabel { get; set; }
[Node] public Label DEFLabel { get; set; }
[Node] public Label FloorNumber { get; set; }
public void FadeIn() => AnimationPlayer.Play("fade_in");
public void FadeOut() => AnimationPlayer.Play("fade_out");
public event Action GoToNextFloor;
public event Action Exit;
public event Action TransitionCompleted;
public void OnResolved()
{
_player.ExperiencePointsComponent.Level.Sync += Level_Sync;
_player.ExperiencePointsComponent.CurrentExp.Sync += Exp_Sync;
_player.ExperiencePointsComponent.ExpToNextLevel.Sync += Exp_Sync;
_player.HealthComponent.CurrentHP.Sync += HP_Sync;
_player.HealthComponent.MaximumHP.Sync += HP_Sync;
_player.VTComponent.CurrentVT.Sync += VT_Sync;
_player.VTComponent.MaximumVT.Sync += VT_Sync;
_player.AttackComponent.CurrentAttack.Sync += Attack_Sync;
_player.AttackComponent.MaximumAttack.Sync += Attack_Sync;
_player.DefenseComponent.CurrentDefense.Sync += Defense_Sync;
_player.DefenseComponent.MaximumDefense.Sync += Defense_Sync;
_player.EquipmentComponent.EquipmentChanged += EquipmentComponent_EquipmentChanged;
_map.CurrentFloorNumber.Sync += CurrentFloorNumber_Sync;
AnimationPlayer.AnimationFinished += AnimationPlayer_AnimationFinished;
AnimationPlayer.AnimationStarted += AnimationPlayer_AnimationStarted;
ContinueButton.Pressed += ContinueButton_Pressed;
ExitButton.Pressed += ExitButton_Pressed;
}
private void CurrentFloorNumber_Sync(int _) => FloorNumber.Text = _map.CurrentFloorNumber.Value.ToString("D2");
private void EquipmentComponent_EquipmentChanged(EquipableItem obj)
{
Attack_Sync(0);
Defense_Sync(0);
}
private void Attack_Sync(int _) => ATKLabel.Text = $"{_player.AttackComponent.CurrentAttack.Value}/{_player.AttackComponent.MaximumAttack.Value}+{_player.EquipmentComponent.BonusAttack}";
private void Defense_Sync(int _) => DEFLabel.Text = $"{_player.DefenseComponent.CurrentDefense.Value}/{_player.DefenseComponent.MaximumDefense.Value}+{_player.EquipmentComponent.BonusDefense}";
private void HP_Sync(int _) => HPLabel.Text = $"{_player.HealthComponent.CurrentHP.Value}/{_player.HealthComponent.MaximumHP.Value}";
private void VT_Sync(int _) => VTLabel.Text = $"{_player.VTComponent.CurrentVT.Value}/{_player.VTComponent.MaximumVT.Value}";
private void Exp_Sync(int _) => EXPLabel.Text = $"{_player.ExperiencePointsComponent.CurrentExp.Value}/{_player.ExperiencePointsComponent.ExpToNextLevel.Value}";
private void Level_Sync(int _) => LevelLabel.Text = _player.ExperiencePointsComponent.Level.Value.ToString("D2");
private void ExitButton_Pressed()
{
ContinueButton.Disabled = true;
ExitButton.Disabled = true;
FadeOut();
Exit?.Invoke();
}
private void ContinueButton_Pressed()
{
ContinueButton.Disabled = true;
ExitButton.Disabled = true;
GoToNextFloor?.Invoke();
}
private void AnimationPlayer_AnimationStarted(StringName animName)
{
if (animName == "fade_in")
ContinueButton.CallDeferred(MethodName.GrabFocus);
if (animName == "fade_out")
CallDeferred(MethodName.ReleaseFocus);
}
private void AnimationPlayer_AnimationFinished(StringName animName)
{
if (animName == "fade_in")
{
ContinueButton.Disabled = false;
ExitButton.Disabled = false;
}
if (animName == "fade_out")
TransitionCompleted?.Invoke();
}
}

View File

@@ -0,0 +1 @@
uid://k16ufrh1147t

View File

@@ -0,0 +1,311 @@
[gd_scene load_steps=18 format=3 uid="uid://cgwiwufvxvfs4"]
[ext_resource type="Script" uid="uid://k16ufrh1147t" path="res://src/ui/load_next_level/LoadNextLevel.cs" id="1_t6aoa"]
[ext_resource type="Texture2D" uid="uid://vtecp7jh15kg" path="res://src/ui/rendered_assets/SCREEN_RENDERS_Next_Floor_720_16_9.png" id="2_5vf6u"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="3_n7di7"]
[ext_resource type="LabelSettings" uid="uid://bgnwcs434ppkf" path="res://src/ui/label_settings/EbrimaText.tres" id="4_touw6"]
[ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="5_6ox5a"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1tca4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1pd8j"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_crnka"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_yoep7"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_svmjr"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cmr8o"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ahhj2"]
[sub_resource type="LabelSettings" id="LabelSettings_tygw6"]
font = ExtResource("5_6ox5a")
font_size = 48
[sub_resource type="Animation" id="Animation_xrfau"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [false]
}
[sub_resource type="Animation" id="Animation_efhb5"]
resource_name = "fade_in"
length = 2.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 2),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0, 0, 0, 1), Color(1, 1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [true]
}
[sub_resource type="Animation" id="Animation_ibgld"]
resource_name = "fade_out"
length = 2.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1.8),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(1, 1, 1, 1), Color(0, 0, 0, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_7x216"]
_data = {
&"RESET": SubResource("Animation_xrfau"),
&"fade_in": SubResource("Animation_efhb5"),
&"fade_out": SubResource("Animation_ibgld")
}
[node name="LoadNextLevel" type="Control"]
process_mode = 3
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_t6aoa")
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_5vf6u")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 1340
theme_override_constants/margin_top = 250
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 20
[node name="ContinueButton" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
focus_neighbor_left = NodePath(".")
focus_neighbor_top = NodePath(".")
focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath("../ExitButton")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("3_n7di7")
theme_override_font_sizes/font_size = 50
theme_override_styles/focus = SubResource("StyleBoxEmpty_1tca4")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1pd8j")
theme_override_styles/normal = SubResource("StyleBoxEmpty_crnka")
button_mask = 0
text = "CONTINUE"
[node name="ExitButton" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
focus_neighbor_left = NodePath(".")
focus_neighbor_top = NodePath("../ContinueButton")
focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath(".")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("3_n7di7")
theme_override_font_sizes/font_size = 50
theme_override_styles/focus = SubResource("StyleBoxEmpty_yoep7")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_svmjr")
theme_override_styles/normal = SubResource("StyleBoxEmpty_cmr8o")
button_mask = 0
text = "EXIT TOWER"
[node name="PlayerStats" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="LevelBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/LevelBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "LEVEL"
label_settings = ExtResource("4_touw6")
[node name="LevelLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/LevelBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "09"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="EXPBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/EXPBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "EXP"
label_settings = ExtResource("4_touw6")
[node name="EXPLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/EXPBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "243/419"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="HPBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/HPBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "HP"
label_settings = ExtResource("4_touw6")
[node name="HPLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/HPBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "41/290"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="VTBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/VTBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "VT"
label_settings = ExtResource("4_touw6")
[node name="VTLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/VTBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "14/99"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="ATKBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/ATKBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "ATK"
label_settings = ExtResource("4_touw6")
[node name="ATKLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/ATKBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "18/18+8"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="DEFBox" type="HBoxContainer" parent="MarginContainer/VBoxContainer/PlayerStats"]
layout_mode = 2
alignment = 1
[node name="StatLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/DEFBox"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "DEF"
label_settings = ExtResource("4_touw6")
[node name="DEFLabel" type="Label" parent="MarginContainer/VBoxContainer/PlayerStats/DEFBox"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
text = "14/14"
label_settings = ExtResource("4_touw6")
horizontal_alignment = 2
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="LevelText" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_fonts/font = ExtResource("3_n7di7")
theme_override_font_sizes/font_size = 50
theme_override_styles/normal = SubResource("StyleBoxEmpty_ahhj2")
text = "La Sekva Etago:"
label_settings = SubResource("LabelSettings_tygw6")
[node name="FloorNumber" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_fonts/font = ExtResource("3_n7di7")
theme_override_font_sizes/font_size = 50
theme_override_styles/normal = SubResource("StyleBoxEmpty_ahhj2")
text = "07"
label_settings = SubResource("LabelSettings_tygw6")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
unique_name_in_owner = true
libraries = {
&"": SubResource("AnimationLibrary_7x216")
}

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,17 @@
[gd_scene load_steps=14 format=3 uid="uid://bea2waybmgd6u"]
[gd_scene load_steps=16 format=3 uid="uid://bea2waybmgd6u"]
[ext_resource type="Script" uid="uid://dvn7g207w5jaj" path="res://src/ui/in_game_ui/UseTeleportPrompt.cs" id="1_x3wkp"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="2_i6kb2"]
[ext_resource type="FontFile" uid="uid://duu4matpexcq4" path="res://src/ui/fonts/LSANS.TTF" id="3_tygw6"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ahhj2"]
[sub_resource type="LabelSettings" id="LabelSettings_3g0y1"]
font = ExtResource("3_tygw6")
font_size = 60
outline_size = 2
outline_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1tca4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1pd8j"]
@@ -136,6 +143,7 @@ theme_override_fonts/font = ExtResource("2_i6kb2")
theme_override_font_sizes/font_size = 50
theme_override_styles/normal = SubResource("StyleBoxEmpty_ahhj2")
text = "Move to the next floor?"
label_settings = SubResource("LabelSettings_3g0y1")
[node name="YesButton" type="Button" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
@@ -147,7 +155,7 @@ focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath("../NoButton")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("2_i6kb2")
theme_override_fonts/font = ExtResource("3_tygw6")
theme_override_font_sizes/font_size = 50
theme_override_styles/focus = SubResource("StyleBoxEmpty_1tca4")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1pd8j")
@@ -164,7 +172,7 @@ focus_neighbor_right = NodePath(".")
focus_neighbor_bottom = NodePath(".")
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
theme_override_fonts/font = ExtResource("2_i6kb2")
theme_override_fonts/font = ExtResource("3_tygw6")
theme_override_font_sizes/font_size = 50
theme_override_styles/focus = SubResource("StyleBoxEmpty_yoep7")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_svmjr")