diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-03-10 18:22:09 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-03-10 18:22:09 +0100 |
commit | 440020e642f539079867577435a9f8b02075699b (patch) | |
tree | 99acccfc1574a8ffc656d6f64ff934949edb1f52 /addons/YouCanDoIt/Scenes/CatalogDock.tscn |
Diffstat (limited to 'addons/YouCanDoIt/Scenes/CatalogDock.tscn')
-rw-r--r-- | addons/YouCanDoIt/Scenes/CatalogDock.tscn | 213 |
1 files changed, 213 insertions, 0 deletions
diff --git a/addons/YouCanDoIt/Scenes/CatalogDock.tscn b/addons/YouCanDoIt/Scenes/CatalogDock.tscn new file mode 100644 index 0000000..eca3579 --- /dev/null +++ b/addons/YouCanDoIt/Scenes/CatalogDock.tscn @@ -0,0 +1,213 @@ +[gd_scene load_steps=8 format=3 uid="uid://b1m1fmbl0giqi"] + +[ext_resource type="Texture2D" uid="uid://c61rfxslbyny6" path="res://addons/YouCanDoIt/Images/SettingsCog.svg" id="1_36y18"] + +[sub_resource type="LabelSettings" id="LabelSettings_xdbgf"] +font_size = 24 + +[sub_resource type="LabelSettings" id="LabelSettings_lpkqd"] +font_size = 20 + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0onqo"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jyfiw"] + +[sub_resource type="LabelSettings" id="LabelSettings_oqd0r"] +font_size = 26 + +[sub_resource type="LabelSettings" id="LabelSettings_flnl5"] + +[node name="CatalogDock" type="Control"] +custom_minimum_size = Vector2(0, 200) +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Background" type="Panel" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Title" type="Label" parent="Background"] +layout_mode = 1 +anchors_preset = 10 +anchor_right = 1.0 +offset_bottom = 50.0 +grow_horizontal = 2 +text = "Girl Catalog" +label_settings = SubResource("LabelSettings_xdbgf") +horizontal_alignment = 1 +vertical_alignment = 1 + +[node name="Counter" type="Label" parent="Background"] +layout_mode = 1 +anchors_preset = 1 +anchor_left = 1.0 +anchor_right = 1.0 +offset_left = -205.0 +offset_right = -70.0 +offset_bottom = 50.0 +grow_horizontal = 0 +text = "Seen: 0/0" +label_settings = SubResource("LabelSettings_lpkqd") +horizontal_alignment = 2 +vertical_alignment = 1 + +[node name="Settings" type="TextureButton" parent="Background"] +layout_mode = 1 +anchors_preset = 1 +anchor_left = 1.0 +anchor_right = 1.0 +offset_left = -45.0 +offset_top = 5.0 +offset_right = -5.0 +offset_bottom = 45.0 +grow_horizontal = 0 +texture_normal = ExtResource("1_36y18") +ignore_texture_size = true +stretch_mode = 5 + +[node name="Filter" type="LineEdit" parent="Background"] +layout_mode = 0 +offset_left = 15.0 +offset_right = 265.0 +offset_bottom = 50.0 +theme_override_font_sizes/font_size = 20 +theme_override_styles/focus = SubResource("StyleBoxEmpty_0onqo") +theme_override_styles/normal = SubResource("StyleBoxEmpty_jyfiw") +placeholder_text = "Filter" +clear_button_enabled = true + +[node name="Scroll" type="ScrollContainer" parent="Background"] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = 10.0 +offset_top = 50.0 +offset_right = -10.0 +grow_horizontal = 2 +grow_vertical = 2 +horizontal_scroll_mode = 0 + +[node name="Flow" type="HFlowContainer" parent="Background/Scroll"] +layout_mode = 2 +size_flags_horizontal = 3 + +[node name="Portrait" type="TextureRect" parent="Background/Scroll/Flow"] +visible = false +custom_minimum_size = Vector2(150, 150) +layout_mode = 2 +focus_mode = 1 +expand_mode = 1 +stretch_mode = 5 + +[node name="SettingsBackground" type="Panel" parent="Background"] +visible = false +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -200.0 +offset_top = -90.0 +offset_right = 200.0 +offset_bottom = 90.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Title" type="Label" parent="Background/SettingsBackground"] +layout_mode = 1 +anchors_preset = 10 +anchor_right = 1.0 +offset_bottom = 40.0 +grow_horizontal = 2 +text = "You Can Do It!" +label_settings = SubResource("LabelSettings_oqd0r") +horizontal_alignment = 1 +vertical_alignment = 1 +autowrap_mode = 3 + +[node name="Flavour" type="Label" parent="Background/SettingsBackground"] +layout_mode = 1 +anchors_preset = 10 +anchor_right = 1.0 +offset_top = 40.0 +offset_bottom = 70.0 +grow_horizontal = 2 +text = "Made with ❤️ by Joyless" +label_settings = SubResource("LabelSettings_flnl5") +horizontal_alignment = 1 +vertical_alignment = 1 +autowrap_mode = 3 + +[node name="Scroll" type="ScrollContainer" parent="Background/SettingsBackground"] +layout_mode = 1 +anchors_preset = 12 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = 5.0 +offset_top = -100.0 +offset_right = -5.0 +grow_horizontal = 2 +grow_vertical = 0 +horizontal_scroll_mode = 0 + +[node name="Box" type="VBoxContainer" parent="Background/SettingsBackground/Scroll"] +layout_mode = 2 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="Information" type="Label" parent="Background/SettingsBackground/Scroll/Box"] +custom_minimum_size = Vector2(1, 0) +layout_mode = 2 +horizontal_alignment = 1 +autowrap_mode = 3 + +[node name="Interval" type="PanelContainer" parent="Background/SettingsBackground/Scroll/Box"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Background/SettingsBackground/Scroll/Box/Interval"] +custom_minimum_size = Vector2(220, 0) +layout_mode = 2 +size_flags_horizontal = 0 +text = "Appear Interval Minutes" +horizontal_alignment = 1 +vertical_alignment = 1 +autowrap_mode = 3 + +[node name="Panel" type="Panel" parent="Background/SettingsBackground/Scroll/Box/Interval"] +custom_minimum_size = Vector2(170, 32) +layout_mode = 2 +size_flags_horizontal = 8 + +[node name="MinBox" type="SpinBox" parent="Background/SettingsBackground/Scroll/Box/Interval/Panel"] +layout_mode = 1 +anchors_preset = 9 +anchor_bottom = 1.0 +offset_right = 85.0 +grow_vertical = 2 +size_flags_horizontal = 0 +max_value = 300.0 +custom_arrow_step = 5.0 + +[node name="MaxBox" type="SpinBox" parent="Background/SettingsBackground/Scroll/Box/Interval/Panel"] +layout_mode = 1 +anchors_preset = 11 +anchor_left = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -85.0 +grow_horizontal = 0 +grow_vertical = 2 +size_flags_horizontal = 8 +max_value = 300.0 +custom_arrow_step = 5.0 |