summaryrefslogtreecommitdiff
path: root/addons/YouCanDoIt/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'addons/YouCanDoIt/Scenes')
-rw-r--r--addons/YouCanDoIt/Scenes/CatalogDock.tscn213
-rw-r--r--addons/YouCanDoIt/Scenes/OverlayDock.tscn83
2 files changed, 296 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
diff --git a/addons/YouCanDoIt/Scenes/OverlayDock.tscn b/addons/YouCanDoIt/Scenes/OverlayDock.tscn
new file mode 100644
index 0000000..91c4487
--- /dev/null
+++ b/addons/YouCanDoIt/Scenes/OverlayDock.tscn
@@ -0,0 +1,83 @@
+[gd_scene load_steps=4 format=3 uid="uid://dpqktaek8pr05"]
+
+[ext_resource type="Texture2D" uid="uid://bir8x1daio6qs" path="res://addons/YouCanDoIt/Images/SpeechBubble.svg" id="1_pfykn"]
+[ext_resource type="AudioStream" uid="uid://pn7jy61658eh" path="res://addons/YouCanDoIt/Sounds/Nya.wav" id="2_vqfxa"]
+
+[sub_resource type="LabelSettings" id="LabelSettings_c0lt8"]
+font_size = 18
+font_color = Color(0, 0, 0, 1)
+
+[node name="OverlayDock" type="Control"]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+mouse_filter = 2
+
+[node name="Background" type="Control" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+mouse_filter = 2
+
+[node name="Girl" type="TextureRect" parent="Background"]
+texture_filter = 4
+layout_mode = 1
+anchors_preset = 3
+anchor_left = 1.0
+anchor_top = 1.0
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_left = -320.0
+offset_top = -350.0
+offset_right = -20.0
+grow_horizontal = 0
+grow_vertical = 0
+mouse_filter = 2
+expand_mode = 1
+stretch_mode = 6
+
+[node name="SpeechBubble" type="TextureRect" parent="Background"]
+layout_mode = 1
+anchors_preset = 3
+anchor_left = 1.0
+anchor_top = 1.0
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_left = -540.0
+offset_top = -440.0
+offset_right = -290.0
+offset_bottom = -90.0
+grow_horizontal = 0
+grow_vertical = 0
+mouse_filter = 2
+texture = ExtResource("1_pfykn")
+expand_mode = 1
+stretch_mode = 5
+flip_h = true
+
+[node name="SpeechLabel" type="Label" parent="Background/SpeechBubble"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_left = 10.0
+offset_top = 70.0
+offset_right = -10.0
+offset_bottom = -130.0
+grow_horizontal = 2
+grow_vertical = 2
+label_settings = SubResource("LabelSettings_c0lt8")
+horizontal_alignment = 1
+vertical_alignment = 1
+autowrap_mode = 3
+text_overrun_behavior = 3
+
+[node name="AudioPlayer" type="AudioStreamPlayer" parent="."]
+stream = ExtResource("2_vqfxa")
+volume_db = -5.0