2026-08-02 19:01:16 -04:00
|
|
|
[gd_scene load_steps=19 format=3]
|
2026-07-25 11:05:37 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/game_ui.gd" id="1_ui"]
|
2026-07-25 16:02:34 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/player_menu.tscn" id="2_menu"]
|
2026-07-25 17:04:39 -04:00
|
|
|
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="3_theme"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/screen_fade.gd" id="4_fade"]
|
2026-07-25 18:20:49 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/title_screen.tscn" id="5_title"]
|
|
|
|
|
[ext_resource type="PackedScene" path="res://ui/pause_menu.tscn" id="6_pause"]
|
2026-07-25 20:12:29 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/hotbar.tscn" id="7_hotbar"]
|
2026-07-25 21:24:01 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/fishing_shop.tscn" id="8_shop"]
|
2026-07-29 19:26:46 -04:00
|
|
|
[ext_resource type="Script" path="res://ui/chat_ui.gd" id="9_chat"]
|
2026-08-01 11:16:21 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/emote_radial_menu.tscn" id="10_emote"]
|
2026-08-02 00:45:07 -04:00
|
|
|
[ext_resource type="PackedScene" path="res://ui/surface_drawing_toolbar.tscn" id="11_drawing_toolbar"]
|
2026-07-25 11:05:37 -04:00
|
|
|
|
2026-07-25 14:02:02 -04:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_chase_background"]
|
2026-08-01 15:39:36 -04:00
|
|
|
bg_color = Color(0.032, 0.118, 0.15, 1)
|
2026-07-25 14:02:02 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_chase_fill"]
|
2026-08-01 15:39:36 -04:00
|
|
|
bg_color = Color(0.071, 0.247, 0.306, 0.96)
|
2026-07-25 14:02:02 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_catch_fill"]
|
2026-08-01 15:39:36 -04:00
|
|
|
bg_color = Color(0.208, 0.725, 0.78, 0.94)
|
2026-08-01 11:16:21 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_fishing_panel"]
|
2026-08-01 15:39:36 -04:00
|
|
|
bg_color = Color(0.051, 0.173, 0.227, 0.96)
|
2026-08-01 11:16:21 -04:00
|
|
|
border_width_left = 0
|
|
|
|
|
border_width_top = 0
|
|
|
|
|
border_width_right = 0
|
|
|
|
|
border_width_bottom = 0
|
|
|
|
|
corner_radius_top_left = 12
|
|
|
|
|
corner_radius_top_right = 12
|
|
|
|
|
corner_radius_bottom_right = 12
|
|
|
|
|
corner_radius_bottom_left = 12
|
2026-07-25 14:02:02 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_transparent"]
|
|
|
|
|
bg_color = Color(0, 0, 0, 0)
|
|
|
|
|
|
2026-08-02 19:01:16 -04:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_experience_panel"]
|
|
|
|
|
bg_color = Color(0.051, 0.173, 0.227, 0.97)
|
|
|
|
|
corner_radius_top_left = 14
|
|
|
|
|
corner_radius_top_right = 14
|
|
|
|
|
corner_radius_bottom_right = 14
|
|
|
|
|
corner_radius_bottom_left = 14
|
|
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_experience_background"]
|
|
|
|
|
bg_color = Color(0.025, 0.102, 0.137, 1)
|
|
|
|
|
corner_radius_top_left = 7
|
|
|
|
|
corner_radius_top_right = 7
|
|
|
|
|
corner_radius_bottom_right = 7
|
|
|
|
|
corner_radius_bottom_left = 7
|
|
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_experience_fill"]
|
|
|
|
|
bg_color = Color(1, 0.82, 0.4, 1)
|
|
|
|
|
corner_radius_top_left = 7
|
|
|
|
|
corner_radius_top_right = 7
|
|
|
|
|
corner_radius_bottom_right = 7
|
|
|
|
|
corner_radius_bottom_left = 7
|
|
|
|
|
|
2026-07-25 11:05:37 -04:00
|
|
|
[node name="GameUI" type="CanvasLayer"]
|
|
|
|
|
script = ExtResource("1_ui")
|
|
|
|
|
|
2026-07-27 14:39:37 -04:00
|
|
|
[node name="UIRoot" type="Control" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="CanonicalStage" type="Control" parent="UIRoot"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-08-02 09:20:44 -04:00
|
|
|
[node name="SurfaceDrawingToolbar" parent="UIRoot" instance=ExtResource("11_drawing_toolbar")]
|
2026-08-02 00:45:07 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="GameplayTransientHUD" type="Control" parent="UIRoot/CanonicalStage"]
|
2026-07-30 16:07:36 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-08-02 19:01:16 -04:00
|
|
|
[node name="ExperienceProgressPanel" type="PanelContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 63
|
|
|
|
|
anchors_preset = 10
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
offset_left = -240.0
|
|
|
|
|
offset_top = 18.0
|
|
|
|
|
offset_right = 240.0
|
|
|
|
|
offset_bottom = 82.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("3_theme")
|
|
|
|
|
theme_override_styles/panel = SubResource("StyleBox_experience_panel")
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/margin_left = 14
|
|
|
|
|
theme_override_constants/margin_top = 7
|
|
|
|
|
theme_override_constants/margin_right = 14
|
|
|
|
|
theme_override_constants/margin_bottom = 9
|
|
|
|
|
|
|
|
|
|
[node name="Layout" type="VBoxContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 4
|
|
|
|
|
|
|
|
|
|
[node name="Header" type="HBoxContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin/Layout"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="ExperienceLevelLabel" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin/Layout/Header"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "level 1"
|
|
|
|
|
theme_override_colors/font_color = Color(0.95, 0.98, 1, 1)
|
|
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
|
|
|
|
|
|
|
[node name="Spacer" type="Control" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin/Layout/Header"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
|
|
|
|
[node name="ExperienceAwardLabel" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin/Layout/Header"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "+0 xp"
|
|
|
|
|
theme_override_colors/font_color = Color(1, 0.82, 0.4, 1)
|
|
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
|
|
|
|
|
|
|
[node name="ExperienceProgress" type="ProgressBar" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceProgressPanel/Margin/Layout"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
custom_minimum_size = Vector2(0, 20)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme_override_styles/background = SubResource("StyleBox_experience_background")
|
|
|
|
|
theme_override_styles/fill = SubResource("StyleBox_experience_fill")
|
|
|
|
|
value = 0.0
|
|
|
|
|
show_percentage = false
|
|
|
|
|
|
|
|
|
|
[node name="ExperienceBubble" type="PanelContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 63
|
|
|
|
|
offset_right = 122.0
|
|
|
|
|
offset_bottom = 46.0
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("3_theme")
|
|
|
|
|
theme_override_styles/panel = SubResource("StyleBox_experience_panel")
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceBubble"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/margin_left = 10
|
|
|
|
|
theme_override_constants/margin_top = 5
|
|
|
|
|
theme_override_constants/margin_right = 10
|
|
|
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
|
|
|
|
|
|
[node name="ExperienceBubbleLabel" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ExperienceBubble/Margin"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "+0 xp!"
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
theme_override_colors/font_color = Color(1, 0.82, 0.4, 1)
|
|
|
|
|
theme_override_font_sizes/font_size = 22
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="FishingPanel" type="PanelContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
2026-07-25 16:02:34 -04:00
|
|
|
unique_name_in_owner = true
|
2026-07-25 17:04:39 -04:00
|
|
|
visible = false
|
2026-07-25 20:12:29 -04:00
|
|
|
z_index = 60
|
2026-07-25 11:05:37 -04:00
|
|
|
anchors_preset = 7
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
anchor_top = 1.0
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
anchor_bottom = 1.0
|
2026-08-01 15:39:36 -04:00
|
|
|
offset_left = -190.0
|
|
|
|
|
offset_top = -210.0
|
|
|
|
|
offset_right = 190.0
|
|
|
|
|
offset_bottom = -140.0
|
2026-07-25 11:05:37 -04:00
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 0
|
|
|
|
|
mouse_filter = 2
|
2026-07-25 17:04:39 -04:00
|
|
|
theme = ExtResource("3_theme")
|
2026-08-01 11:16:21 -04:00
|
|
|
theme_override_styles/panel = SubResource("StyleBox_fishing_panel")
|
2026-07-25 11:05:37 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/FishingPanel"]
|
2026-08-01 15:39:36 -04:00
|
|
|
theme_override_constants/margin_left = 12
|
|
|
|
|
theme_override_constants/margin_top = 4
|
|
|
|
|
theme_override_constants/margin_right = 12
|
|
|
|
|
theme_override_constants/margin_bottom = 4
|
2026-07-25 11:05:37 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/FishingPanel/MarginContainer"]
|
2026-08-01 15:39:36 -04:00
|
|
|
alignment = 1
|
2026-08-01 11:16:21 -04:00
|
|
|
theme_override_constants/separation = 2
|
2026-07-25 11:05:37 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="StatusLabel" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/FishingPanel/MarginContainer/VBoxContainer"]
|
2026-07-25 11:05:37 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
2026-07-25 13:04:23 -04:00
|
|
|
text = ""
|
2026-07-25 11:05:37 -04:00
|
|
|
horizontal_alignment = 1
|
2026-07-25 20:12:29 -04:00
|
|
|
theme_override_font_sizes/font_size = 16
|
2026-07-25 11:05:37 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="ShowcaseDetails" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/FishingPanel/MarginContainer/VBoxContainer"]
|
2026-07-25 15:15:24 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="CatchTrack" type="Control" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
2026-07-25 11:05:37 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
2026-08-01 11:16:21 -04:00
|
|
|
z_index = 60
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 7
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
anchor_top = 1.0
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
offset_left = -420.0
|
|
|
|
|
offset_top = -160.0
|
|
|
|
|
offset_right = 420.0
|
|
|
|
|
offset_bottom = -124.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 0
|
|
|
|
|
mouse_filter = 2
|
2026-07-25 14:02:02 -04:00
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="GreenCatchProgress" type="ProgressBar" parent="UIRoot/CanonicalStage/GameplayTransientHUD/CatchTrack"]
|
2026-07-25 14:02:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme_override_styles/background = SubResource("StyleBox_chase_background")
|
|
|
|
|
theme_override_styles/fill = SubResource("StyleBox_catch_fill")
|
2026-07-25 11:05:37 -04:00
|
|
|
value = 0.0
|
|
|
|
|
show_percentage = false
|
2026-07-25 14:02:02 -04:00
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="RedChaseProgress" type="ProgressBar" parent="UIRoot/CanonicalStage/GameplayTransientHUD/CatchTrack"]
|
2026-07-25 14:02:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme_override_styles/background = SubResource("StyleBox_transparent")
|
|
|
|
|
theme_override_styles/fill = SubResource("StyleBox_chase_fill")
|
|
|
|
|
value = 0.0
|
|
|
|
|
show_percentage = false
|
|
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="BarrierMarkers" type="Control" parent="UIRoot/CanonicalStage/GameplayTransientHUD/CatchTrack"]
|
2026-07-25 14:02:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="BarrierPromptPanel" type="PanelContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
2026-07-25 14:02:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
2026-08-01 11:16:21 -04:00
|
|
|
z_index = 61
|
|
|
|
|
anchors_preset = 7
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
anchor_top = 1.0
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
offset_left = -170.0
|
2026-08-01 15:39:36 -04:00
|
|
|
offset_top = -280.0
|
2026-08-01 11:16:21 -04:00
|
|
|
offset_right = 170.0
|
2026-08-01 15:39:36 -04:00
|
|
|
offset_bottom = -172.0
|
2026-08-01 11:16:21 -04:00
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 0
|
|
|
|
|
pivot_offset = Vector2(170, 55)
|
|
|
|
|
rotation = 0.025
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("3_theme")
|
|
|
|
|
theme_override_styles/panel = SubResource("StyleBox_fishing_panel")
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/BarrierPromptPanel"]
|
|
|
|
|
theme_override_constants/margin_left = 18
|
|
|
|
|
theme_override_constants/margin_top = 4
|
|
|
|
|
theme_override_constants/margin_right = 18
|
|
|
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
|
|
|
|
|
|
[node name="Layout" type="VBoxContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/BarrierPromptPanel/Margin"]
|
|
|
|
|
theme_override_constants/separation = 0
|
|
|
|
|
|
|
|
|
|
[node name="BarrierPrompt" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/BarrierPromptPanel/Margin/Layout"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
text = "MASH!"
|
2026-07-25 14:02:02 -04:00
|
|
|
horizontal_alignment = 1
|
2026-08-01 15:39:36 -04:00
|
|
|
theme_override_colors/font_color = Color(0.208, 0.725, 0.78, 1)
|
2026-08-01 11:16:21 -04:00
|
|
|
theme_override_font_sizes/font_size = 63
|
2026-07-25 14:02:02 -04:00
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="BarrierHealth" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/BarrierPromptPanel/Margin/Layout"]
|
2026-07-25 14:02:02 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
2026-08-01 11:16:21 -04:00
|
|
|
text = "0"
|
2026-07-25 14:02:02 -04:00
|
|
|
horizontal_alignment = 1
|
2026-08-01 11:16:21 -04:00
|
|
|
theme_override_colors/font_color = Color(0.95, 0.98, 1, 1)
|
|
|
|
|
theme_override_font_sizes/font_size = 34
|
2026-07-25 16:02:34 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="PlayerMenu" parent="UIRoot/CanonicalStage" instance=ExtResource("2_menu")]
|
2026-07-25 16:02:34 -04:00
|
|
|
unique_name_in_owner = true
|
2026-07-25 17:04:39 -04:00
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="Hotbar" parent="UIRoot/CanonicalStage" instance=ExtResource("7_hotbar")]
|
2026-07-25 20:12:29 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-08-01 11:16:21 -04:00
|
|
|
[node name="EmoteRadialMenu" parent="UIRoot/CanonicalStage" instance=ExtResource("10_emote")]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="ShopPrompt" type="PanelContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
2026-07-25 21:24:01 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 55
|
|
|
|
|
anchors_preset = 7
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
anchor_top = 1.0
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
offset_left = -150.0
|
|
|
|
|
offset_top = -284.0
|
|
|
|
|
offset_right = 150.0
|
|
|
|
|
offset_bottom = -246.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 0
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("3_theme")
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="Margin" type="MarginContainer" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ShopPrompt"]
|
2026-07-25 21:24:01 -04:00
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/margin_left = 12
|
|
|
|
|
theme_override_constants/margin_top = 7
|
|
|
|
|
theme_override_constants/margin_right = 12
|
|
|
|
|
theme_override_constants/margin_bottom = 7
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="Label" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD/ShopPrompt/Margin"]
|
2026-07-25 21:24:01 -04:00
|
|
|
layout_mode = 2
|
2026-07-26 23:20:51 -04:00
|
|
|
text = "press e to open fishing shop"
|
2026-07-25 21:24:01 -04:00
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="FishingShop" parent="UIRoot/CanonicalStage" instance=ExtResource("8_shop")]
|
2026-07-25 21:24:01 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="EffectStatus" type="Label" parent="UIRoot/CanonicalStage/GameplayTransientHUD"]
|
2026-07-25 22:15:39 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 54
|
|
|
|
|
offset_left = 18.0
|
|
|
|
|
offset_top = 18.0
|
|
|
|
|
offset_right = 500.0
|
|
|
|
|
offset_bottom = 44.0
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
theme = ExtResource("3_theme")
|
|
|
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.9)
|
|
|
|
|
theme_override_constants/shadow_offset_x = 2
|
|
|
|
|
theme_override_constants/shadow_offset_y = 2
|
|
|
|
|
|
2026-07-29 19:26:46 -04:00
|
|
|
[node name="ChatUI" type="Control" parent="UIRoot"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
script = ExtResource("9_chat")
|
|
|
|
|
|
2026-07-27 14:39:37 -04:00
|
|
|
[node name="ScreenFade" type="ColorRect" parent="UIRoot"]
|
2026-07-25 17:04:39 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
z_index = 100
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
mouse_filter = 0
|
|
|
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
|
script = ExtResource("4_fade")
|
2026-07-25 18:20:49 -04:00
|
|
|
|
2026-07-27 14:39:37 -04:00
|
|
|
[node name="TitleScreen" parent="UIRoot" instance=ExtResource("5_title")]
|
2026-07-25 18:20:49 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
[node name="PauseMenu" parent="UIRoot/CanonicalStage" instance=ExtResource("6_pause")]
|
2026-07-25 18:20:49 -04:00
|
|
|
unique_name_in_owner = true
|