netfishing/ui/player_menu.tscn

1108 lines
42 KiB
Text
Raw Normal View History

[gd_scene load_steps=30 format=3]
2026-07-25 16:02:34 -04:00
[ext_resource type="Script" path="res://ui/player_menu.gd" id="1_menu"]
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="2_theme"]
2026-07-28 16:29:02 -04:00
[ext_resource type="Resource" path="res://ui/components/bubble_menu/bubble_menu_profile.tres" id="4_profile"]
[ext_resource type="Script" path="res://ui/components/bubble_menu/bubble_cluster.gd" id="5_cluster"]
[ext_resource type="Script" path="res://ui/components/bubble_menu/bubble_button.gd" id="6_bubble"]
[ext_resource type="PackedScene" path="res://ui/components/bubble_menu/bubble_information_panel.tscn" id="9_info_scene"]
[ext_resource type="PackedScene" path="res://ui/components/bubble_menu/bubble_status_bubble.tscn" id="10_status_scene"]
[ext_resource type="Script" path="res://ui/components/bubble_menu/bubble_button.gd" id="11_bubble"]
[ext_resource type="PackedScene" path="res://ui/components/bubble_menu/notepad_ink_action.tscn" id="12_ink_action"]
[ext_resource type="PackedScene" path="res://ui/components/bubble_menu/notepad_ink_choice.tscn" id="13_ink_choice"]
[ext_resource type="Shader" path="res://ui/components/bubble_menu/cooler_water.gdshader" id="14_water"]
2026-07-29 10:53:46 -04:00
[ext_resource type="Texture2D" path="res://ui/assets/title/bubbles/bubble1.png" id="15_bubble1"]
[ext_resource type="Texture2D" path="res://ui/assets/title/bubbles/bubble2.png" id="16_bubble2"]
[ext_resource type="Texture2D" path="res://ui/assets/title/bubbles/bubble3.png" id="17_bubble3"]
2026-07-29 20:10:44 -04:00
[ext_resource type="Script" path="res://ui/mail_page.gd" id="18_mail_page"]
[ext_resource type="PackedScene" path="res://ui/profile_page.tscn" id="19_profile_page"]
2026-07-29 23:10:51 -04:00
[ext_resource type="Script" path="res://ui/players_page.gd" id="20_players_page"]
2026-07-30 23:16:28 -04:00
[ext_resource type="PackedScene" path="res://ui/logbook_page.tscn" id="21_logbook_page"]
2026-07-31 09:29:27 -04:00
[ext_resource type="Script" path="res://ui/components/inventory_notepad.gd" id="22_inventory_notepad"]
2026-07-31 10:20:18 -04:00
[ext_resource type="Script" path="res://ui/components/organizer_tab.gd" id="23_organizer_tab"]
[ext_resource type="PackedScene" path="res://ui/the_net_page.tscn" id="24_the_net_page"]
2026-08-08 10:25:17 -04:00
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/inventory_simple.png" id="25_inventory_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/logbook_icon_simple.png" id="26_logbook_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/fishnet_simple.png" id="27_fishnet_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/mail_simple.png" id="28_mail_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/profile_simple.png" id="29_profile_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/online_simple.png" id="30_online_simple"]
[ext_resource type="Texture2D" path="res://ui/icons/tab_menu/close.png" id="31_close"]
[ext_resource type="PackedScene" path="res://ui/components/currency_amount.tscn" id="32_currency"]
2026-07-28 16:29:02 -04:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cooler_water"]
shader = ExtResource("14_water")
2026-07-29 10:53:46 -04:00
shader_parameter/decorative_bubble_1 = ExtResource("15_bubble1")
shader_parameter/decorative_bubble_2 = ExtResource("16_bubble2")
shader_parameter/decorative_bubble_3 = ExtResource("17_bubble3")
shader_parameter/corner_radius = 29.0
shader_parameter/corner_softness = 0.75
2026-07-25 16:02:34 -04:00
[node name="PlayerMenu" type="Control"]
visible = false
z_index = 30
2026-07-25 16:02:34 -04:00
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
theme = ExtResource("2_theme")
2026-07-25 16:02:34 -04:00
script = ExtResource("1_menu")
[node name="ResponsivePlayerMenuStage" 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="PlayerMenuPresentationScaleRoot" type="Control" parent="ResponsivePlayerMenuStage"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 2
[node name="InventorySubTabs" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
visible = false
2026-07-31 10:20:18 -04:00
z_index = 40
layout_mode = 0
offset_left = 513.0
offset_top = 136.0
offset_right = 767.0
offset_bottom = 174.0
mouse_filter = 1
theme_override_constants/separation = 6
[node name="CoolerSubTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/InventorySubTabs"]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(124, 38)
layout_mode = 2
toggle_mode = true
button_group = null
text = "Cooler"
2026-07-31 10:20:18 -04:00
script = ExtResource("23_organizer_tab")
[node name="BagSubTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/InventorySubTabs"]
unique_name_in_owner = true
custom_minimum_size = Vector2(124, 38)
layout_mode = 2
toggle_mode = true
button_group = null
text = "Inventory"
2026-07-31 10:20:18 -04:00
script = ExtResource("23_organizer_tab")
palette_index = 2
[node name="ItemsSubTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/InventorySubTabs"]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(124, 38)
layout_mode = 2
toggle_mode = true
button_group = null
text = "Items"
script = ExtResource("23_organizer_tab")
palette_index = 2
[node name="TackleSubTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/InventorySubTabs"]
unique_name_in_owner = true
custom_minimum_size = Vector2(124, 38)
layout_mode = 2
toggle_mode = true
button_group = null
text = "Tackle"
2026-07-31 10:20:18 -04:00
script = ExtResource("23_organizer_tab")
palette_index = 1
[node name="CoolerPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
[node name="CoolerOuterWall" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage"]
unique_name_in_owner = true
2026-07-31 10:20:18 -04:00
z_index = 50
layout_mode = 0
offset_left = 54.0
offset_top = 126.0
offset_right = 936.0
offset_bottom = 602.0
[node name="CoolerWallMargin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall"]
layout_mode = 2
theme_override_constants/margin_left = 13
theme_override_constants/margin_top = 13
theme_override_constants/margin_right = 13
theme_override_constants/margin_bottom = 13
[node name="CoolerInnerLiner" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin"]
unique_name_in_owner = true
layout_mode = 2
[node name="CoolerInnerMargin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin/CoolerInnerLiner"]
layout_mode = 2
theme_override_constants/margin_left = 16
theme_override_constants/margin_top = 16
theme_override_constants/margin_right = 16
theme_override_constants/margin_bottom = 16
2026-07-29 10:53:46 -04:00
[node name="WaterSurface" type="ColorRect" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin/CoolerInnerLiner/CoolerInnerMargin"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
material = SubResource("ShaderMaterial_cooler_water")
color = Color(1, 1, 1, 1)
[node name="CoolerScroll" type="ScrollContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin/CoolerInnerLiner/CoolerInnerMargin"]
unique_name_in_owner = true
layout_mode = 2
horizontal_scroll_mode = 0
[node name="CoolerHost" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin/CoolerInnerLiner/CoolerInnerMargin/CoolerScroll"]
unique_name_in_owner = true
custom_minimum_size = Vector2(784, 394)
layout_mode = 2
mouse_filter = 1
[node name="FishField" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/CoolerOuterWall/CoolerWallMargin/CoolerInnerLiner/CoolerInnerMargin/CoolerScroll/CoolerHost"]
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 = 1
[node name="DetailConstellation" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 942.0
offset_top = 126.0
offset_right = 1230.0
offset_bottom = 602.0
mouse_filter = 1
[node name="DetailBubble" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
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-07-31 09:29:27 -04:00
script = ExtResource("22_inventory_notepad")
title_text = "cooler notes"
inset_content = false
[node name="BindingDecoration" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
2026-07-31 09:29:27 -04:00
visible = false
layout_mode = 0
offset_left = 28.0
offset_top = 4.0
offset_right = 260.0
offset_bottom = 31.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.31, 0.27, 0.2, 0.8)
theme_override_font_sizes/font_size = 20
text = "● ● ● ●"
horizontal_alignment = 1
[node name="NotepadTitle" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
2026-07-31 09:29:27 -04:00
visible = false
layout_mode = 0
offset_left = 20.0
offset_top = 31.0
offset_right = 268.0
offset_bottom = 59.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
theme_override_font_sizes/font_size = 19
text = "cooler notes"
horizontal_alignment = 1
[node name="NotepadWalletValue" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation" instance=ExtResource("32_currency")]
unique_name_in_owner = true
layout_mode = 0
offset_left = 18.0
offset_top = 61.0
2026-07-29 10:53:46 -04:00
offset_right = 138.0
offset_bottom = 84.0
mouse_filter = 2
icon_size = 14.0
2026-07-29 10:53:46 -04:00
[node name="NotepadCapacityValue" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 146.0
offset_top = 61.0
offset_right = 270.0
offset_bottom = 84.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
theme_override_font_sizes/font_size = 14
2026-07-29 10:53:46 -04:00
text = "0 / 12"
horizontal_alignment = 2
[node name="NotepadRule" type="ColorRect" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
2026-07-31 09:29:27 -04:00
visible = false
layout_mode = 0
offset_left = 18.0
offset_top = 87.0
offset_right = 270.0
offset_bottom = 89.0
mouse_filter = 2
color = Color(0.44, 0.36, 0.24, 0.34)
[node name="CoolerSortControls" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 18.0
offset_top = 98.0
offset_right = 270.0
offset_bottom = 136.0
theme_override_constants/separation = 6
[node name="CoolerSortLabel" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSortControls"]
visible = false
layout_mode = 2
theme_override_colors/font_color = Color(0.035, 0.145, 0.22, 1)
text = "sort"
vertical_alignment = 1
[node name="CoolerSortOption" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSortControls" instance=ExtResource("13_ink_choice")]
unique_name_in_owner = true
custom_minimum_size = Vector2(123, 38)
layout_mode = 2
clip_text = true
fit_to_longest_item = false
2026-07-29 10:53:46 -04:00
outline_padding = 1.5
outline_outsets = Vector4(6, 2, 2, 2)
[node name="CoolerSortDirection" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSortControls" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
custom_minimum_size = Vector2(123, 38)
layout_mode = 2
clip_text = true
[node name="CoolerDetailTexture" type="TextureRect" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
2026-07-29 10:53:46 -04:00
offset_left = 80.0
offset_top = 137.0
offset_right = 208.0
offset_bottom = 237.0
mouse_filter = 2
texture_filter = 1
expand_mode = 1
stretch_mode = 5
[node name="CoolerDetailName" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 18.0
2026-07-29 10:53:46 -04:00
offset_top = 241.0
offset_right = 270.0
2026-07-29 10:53:46 -04:00
offset_bottom = 273.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
2026-07-29 10:53:46 -04:00
theme_override_font_sizes/font_size = 25
text = "select a fish"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
2026-07-29 10:53:46 -04:00
[node name="CoolerDetailStats" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 18.0
2026-07-29 10:53:46 -04:00
offset_top = 274.0
offset_right = 270.0
2026-07-29 10:53:46 -04:00
offset_bottom = 339.0
mouse_filter = 2
[node name="CoolerQualityLabel" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 252.0
offset_bottom = 22.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
theme_override_font_sizes/font_size = 17
horizontal_alignment = 1
[node name="CoolerRarityLabel" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats"]
unique_name_in_owner = true
layout_mode = 0
offset_top = 22.0
offset_right = 252.0
offset_bottom = 44.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
theme_override_font_sizes/font_size = 17
horizontal_alignment = 1
2026-07-29 10:53:46 -04:00
[node name="CoolerWeightRow" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats"]
unique_name_in_owner = true
layout_mode = 0
offset_top = 44.0
2026-07-29 10:53:46 -04:00
offset_right = 252.0
offset_bottom = 68.0
2026-07-29 10:53:46 -04:00
mouse_filter = 2
theme_override_constants/separation = 14
2026-07-29 10:53:46 -04:00
alignment = 1
[node name="CoolerWeightValue" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats/CoolerWeightRow"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
2026-07-29 10:53:46 -04:00
theme_override_font_sizes/font_size = 12
[node name="CoolerWeightUnit" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats/CoolerWeightRow"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
theme_override_colors/font_color = Color(0.16, 0.16, 0.14, 1)
theme_override_font_sizes/font_size = 14
text = "lb"
[node name="CoolerOfferValue" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerDetailStats/CoolerWeightRow" instance=ExtResource("32_currency")]
2026-07-29 10:53:46 -04:00
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
icon_size = 15.0
2026-07-29 10:53:46 -04:00
[node name="CoolerSelectionSummary" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 18.0
offset_top = 346.0
offset_right = 270.0
2026-07-29 10:53:46 -04:00
offset_bottom = 386.0
mouse_filter = 2
[node name="CoolerSelectionEmpty" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary"]
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_colors/font_color = Color(0.2, 0.18, 0.15, 0.86)
theme_override_font_sizes/font_size = 20
text = "no fish selected"
horizontal_alignment = 1
vertical_alignment = 1
2026-07-29 10:53:46 -04:00
[node name="CoolerSelectedCountRow" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_right = 252.0
offset_bottom = 20.0
mouse_filter = 2
theme_override_constants/separation = 4
alignment = 1
[node name="CoolerSelectedCountValue" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary/CoolerSelectedCountRow"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
theme_override_colors/font_color = Color(0.2, 0.18, 0.15, 0.86)
theme_override_font_sizes/font_size = 14
[node name="CoolerSelectedCountLabel" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary/CoolerSelectedCountRow"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
theme_override_colors/font_color = Color(0.2, 0.18, 0.15, 0.86)
theme_override_font_sizes/font_size = 18
text = "fish selected"
[node name="CoolerCombinedOfferRow" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_top = 20.0
offset_right = 252.0
offset_bottom = 40.0
mouse_filter = 2
theme_override_constants/separation = 4
alignment = 1
[node name="CoolerCombinedOfferLabel" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary/CoolerCombinedOfferRow"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
theme_override_colors/font_color = Color(0.2, 0.18, 0.15, 0.86)
theme_override_font_sizes/font_size = 18
text = "combined offer"
[node name="CoolerCombinedOfferValue" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation/CoolerSelectionSummary/CoolerCombinedOfferRow" instance=ExtResource("32_currency")]
2026-07-29 10:53:46 -04:00
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
icon_size = 14.0
2026-07-29 10:53:46 -04:00
[node name="FavoriteBubble" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
custom_minimum_size = Vector2(98, 78)
layout_mode = 0
offset_left = 36.0
offset_top = 386.0
offset_right = 134.0
offset_bottom = 464.0
text = "favorite"
2026-07-29 10:53:46 -04:00
allow_persistent_mark = true
[node name="SellBubble" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/CoolerPage/DetailConstellation" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
custom_minimum_size = Vector2(108, 82)
layout_mode = 0
offset_left = 148.0
offset_top = 382.0
offset_right = 256.0
offset_bottom = 464.0
text = "sell"
[node name="BagPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
[node name="BagOuterWall" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage"]
unique_name_in_owner = true
2026-07-31 10:20:18 -04:00
z_index = 50
layout_mode = 0
offset_left = 199.0
offset_top = 166.0
offset_right = 1081.0
offset_bottom = 650.0
[node name="BagOuterMargin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall"]
layout_mode = 2
theme_override_constants/margin_left = 14
theme_override_constants/margin_top = 16
theme_override_constants/margin_right = 14
theme_override_constants/margin_bottom = 12
[node name="BagInnerLiner" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin"]
unique_name_in_owner = true
layout_mode = 2
[node name="BagInnerMargin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin/BagInnerLiner"]
layout_mode = 2
theme_override_constants/margin_left = 18
theme_override_constants/margin_top = 18
theme_override_constants/margin_right = 18
theme_override_constants/margin_bottom = 18
[node name="BagScroll" type="ScrollContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin/BagInnerLiner/BagInnerMargin"]
unique_name_in_owner = true
layout_mode = 2
horizontal_scroll_mode = 0
[node name="BagHost" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin/BagInnerLiner/BagInnerMargin/BagScroll"]
unique_name_in_owner = true
custom_minimum_size = Vector2(810, 420)
layout_mode = 2
mouse_filter = 1
[node name="BagItemField" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin/BagInnerLiner/BagInnerMargin/BagScroll/BagHost"]
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 = 1
[node name="BagEmptyState" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagOuterWall/BagOuterMargin/BagInnerLiner/BagInnerMargin/BagScroll/BagHost"]
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_colors/font_color = Color(0.624, 0.812, 0.824, 1)
theme_override_font_sizes/font_size = 24
text = "your bag is empty"
horizontal_alignment = 1
vertical_alignment = 1
[node name="BagModalBlocker" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage"]
unique_name_in_owner = true
visible = false
z_index = 110
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 0
[node name="BagDetailConstellation" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 501.0
offset_top = 166.0
offset_right = 779.0
offset_bottom = 650.0
mouse_filter = 2
2026-07-31 09:29:27 -04:00
[node name="BagDetailBubble" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation"]
unique_name_in_owner = true
2026-07-31 09:29:27 -04:00
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("22_inventory_notepad")
title_text = "inventory notes"
[node name="BagDetailLayout" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble"]
layout_mode = 2
theme_override_constants/separation = 4
[node name="BagSpriteDetailTexture" type="TextureRect" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout"]
unique_name_in_owner = true
custom_minimum_size = Vector2(100, 72)
layout_mode = 2
texture_filter = 1
expand_mode = 1
stretch_mode = 5
[node name="BagSpriteDetailName" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout"]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 48)
layout_mode = 2
theme_override_colors/font_color = Color(0.22, 0.15, 0.08, 1)
theme_override_font_sizes/font_size = 22
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
[node name="BagSpriteDetailData" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout"]
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.22, 0.15, 0.08, 1)
theme_override_font_sizes/font_size = 15
horizontal_alignment = 1
autowrap_mode = 2
[node name="BagSpriteDetailValueRow" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout"]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(0, 28)
layout_mode = 2
theme_override_constants/separation = 16
alignment = 1
[node name="BagSpriteDetailWeight" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout/BagSpriteDetailValueRow"]
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.22, 0.15, 0.08, 1)
theme_override_font_sizes/font_size = 16
[node name="BagSpriteDetailValue" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout/BagSpriteDetailValueRow" instance=ExtResource("32_currency")]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
icon_size = 16.0
[node name="BagDetailActions" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/separation = 6
alignment = 1
[node name="BagFavoriteButton" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout/BagDetailActions" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
custom_minimum_size = Vector2(104, 50)
layout_mode = 2
text = "favorite"
allow_persistent_mark = true
[node name="BagSellButton" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/BagPage/BagDetailConstellation/BagDetailBubble/BagDetailLayout/BagDetailActions" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
custom_minimum_size = Vector2(104, 50)
layout_mode = 2
text = "sell"
[node name="TackleBoxPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
[node name="TackleMainPanel" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage"]
unique_name_in_owner = true
2026-07-31 10:20:18 -04:00
z_index = 50
layout_mode = 0
offset_left = 199.0
offset_top = 166.0
offset_right = 1081.0
offset_bottom = 650.0
[node name="Margin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel"]
layout_mode = 2
theme_override_constants/margin_left = 24
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 24
theme_override_constants/margin_bottom = 20
[node name="Layout" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin"]
layout_mode = 2
theme_override_constants/separation = 8
[node name="TackleColumns" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/separation = 18
[node name="BaitColumn" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 8
[node name="BaitHeading" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/BaitColumn"]
unique_name_in_owner = true
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "bait"
horizontal_alignment = 1
[node name="BaitBody" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/BaitColumn"]
layout_mode = 2
size_flags_vertical = 3
[node name="BaitScroll" type="ScrollContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/BaitColumn/BaitBody"]
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
horizontal_scroll_mode = 0
[node name="BaitItemList" type="GridContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/BaitColumn/BaitBody/BaitScroll"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 28
theme_override_constants/v_separation = 12
columns = 4
[node name="BaitEmpty" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/BaitColumn/BaitBody"]
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
text = "No bait collected."
horizontal_alignment = 1
vertical_alignment = 1
[node name="TackleDivider" type="ColorRect" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns"]
custom_minimum_size = Vector2(2, 0)
layout_mode = 2
mouse_filter = 2
color = Color(0.204, 0.482, 0.553, 0.65)
[node name="LureColumn" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 8
[node name="LureHeading" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/LureColumn"]
unique_name_in_owner = true
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "lures"
horizontal_alignment = 1
[node name="LureBody" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/LureColumn"]
layout_mode = 2
size_flags_vertical = 3
[node name="LureScroll" type="ScrollContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/LureColumn/LureBody"]
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
horizontal_scroll_mode = 0
[node name="LureItemList" type="GridContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/LureColumn/LureBody/LureScroll"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 28
theme_override_constants/v_separation = 12
columns = 4
[node name="LureEmpty" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleMainPanel/Margin/Layout/TackleColumns/LureColumn/LureBody"]
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
text = "No lures collected."
horizontal_alignment = 1
vertical_alignment = 1
[node name="TackleModalBlocker" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage"]
unique_name_in_owner = true
visible = false
z_index = 110
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 0
[node name="TackleDetailPanel" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 501.0
offset_top = 166.0
offset_right = 779.0
offset_bottom = 650.0
2026-07-31 09:29:27 -04:00
script = ExtResource("22_inventory_notepad")
title_text = "tackle box notes"
[node name="Margin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleDetailPanel"]
layout_mode = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
[node name="Layout" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleDetailPanel/Margin"]
layout_mode = 2
theme_override_constants/separation = 12
[node name="TackleDetailText" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleDetailPanel/Margin/Layout"]
unique_name_in_owner = true
layout_mode = 2
text = "Select bait or a lure for details."
autowrap_mode = 2
[node name="TackleEquipButton" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/TackleBoxPage/TackleDetailPanel/Margin/Layout" instance=ExtResource("12_ink_action")]
unique_name_in_owner = true
layout_mode = 2
custom_minimum_size = Vector2(150, 68)
size_flags_horizontal = 4
text = "equip worms"
allow_persistent_mark = true
[node name="LogbookPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
2026-07-30 23:16:28 -04:00
[node name="CatalogLogbook" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/LogbookPage" instance=ExtResource("21_logbook_page")]
unique_name_in_owner = true
[node name="TheNetPage" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot" instance=ExtResource("24_the_net_page")]
unique_name_in_owner = true
visible = false
2026-07-29 20:10:44 -04:00
[node name="MailPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
script = ExtResource("18_mail_page")
[node name="ProfilePage" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot" instance=ExtResource("19_profile_page")]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
2026-07-29 23:10:51 -04:00
[node name="PlayersPage" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
visible = false
unique_name_in_owner = true
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
mouse_filter = 1
script = ExtResource("20_players_page")
[node name="SaleConfirmation" type="PanelContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
unique_name_in_owner = true
visible = false
z_index = 120
layout_mode = 0
offset_left = 380.0
offset_top = 265.0
offset_right = 840.0
offset_bottom = 455.0
[node name="ConfirmationMargin" type="MarginContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation"]
layout_mode = 2
theme_override_constants/margin_left = 22
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 22
theme_override_constants/margin_bottom = 20
[node name="ConfirmationLayout" type="VBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation/ConfirmationMargin"]
layout_mode = 2
theme_override_constants/separation = 12
alignment = 1
[node name="ConfirmationMessage" type="RichTextLabel" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation/ConfirmationMargin/ConfirmationLayout"]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 64)
layout_mode = 2
bbcode_enabled = true
fit_content = true
scroll_active = false
theme_override_font_sizes/normal_font_size = 22
autowrap_mode = 2
[node name="ConfirmationButtons" type="HBoxContainer" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation/ConfirmationMargin/ConfirmationLayout"]
layout_mode = 2
theme_override_constants/separation = 10
alignment = 1
[node name="ConfirmSaleButton" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation/ConfirmationMargin/ConfirmationLayout/ConfirmationButtons"]
unique_name_in_owner = true
layout_mode = 2
2026-08-19 00:07:33 -04:00
text = "sell now"
custom_minimum_size = Vector2(140, 44)
[node name="CancelSaleButton" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/SaleConfirmation/ConfirmationMargin/ConfirmationLayout/ConfirmationButtons"]
unique_name_in_owner = true
layout_mode = 2
2026-08-19 00:07:33 -04:00
text = "nevermind"
custom_minimum_size = Vector2(140, 44)
2026-07-28 16:29:02 -04:00
[node name="NavigationCluster" type="Control" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot"]
2026-07-28 16:29:02 -04:00
unique_name_in_owner = true
layout_mode = 0
offset_left = 388.0
2026-07-29 10:53:46 -04:00
offset_top = 44.0
offset_right = 1228.0
2026-07-29 10:53:46 -04:00
offset_bottom = 144.0
2026-07-28 16:29:02 -04:00
mouse_filter = 1
script = ExtResource("5_cluster")
profile = ExtResource("4_profile")
desktop_reference_size = Vector2(840, 100)
compact_reference_size = Vector2(840, 100)
2026-07-28 16:29:02 -04:00
[node name="InventoryTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
2026-07-28 16:29:02 -04:00
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
2026-08-08 10:25:17 -04:00
icon = ExtResource("25_inventory_simple")
tooltip_text = "stuff"
accessibility_name = "stuff"
2026-07-28 16:29:02 -04:00
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
2026-07-29 23:10:51 -04:00
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(60, 60)
compact_anchor = Vector2(60, 73.3333)
compact_minimum_size = Vector2(84, 82)
minimum_font_size = 25
maximum_font_size = 25
2026-07-28 16:29:02 -04:00
horizontal_amplitude = 1.2
vertical_amplitude = 2.4
motion_period = 5.6
motion_phase = 0.35
deformation_amplitude = 0.012
deformation_period = 6.4
[node name="LogbookTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
2026-07-28 16:29:02 -04:00
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
2026-08-08 10:25:17 -04:00
icon = ExtResource("26_logbook_simple")
tooltip_text = "logbook"
accessibility_name = "logbook"
2026-07-28 16:29:02 -04:00
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
2026-07-29 23:10:51 -04:00
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(180, 60)
compact_anchor = Vector2(180, 73.3333)
compact_minimum_size = Vector2(84, 82)
2026-07-29 10:53:46 -04:00
minimum_font_size = 25
maximum_font_size = 25
2026-07-28 16:29:02 -04:00
horizontal_amplitude = 1.3
vertical_amplitude = 2.5
motion_period = 5.9
motion_phase = 2.85
deformation_amplitude = 0.012
deformation_period = 6.7
[node name="TheNetTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
2026-08-08 10:25:17 -04:00
icon = ExtResource("27_fishnet_simple")
tooltip_text = "fishnet"
accessibility_name = "net"
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(300, 60)
compact_anchor = Vector2(300, 73.3333)
compact_minimum_size = Vector2(84, 82)
minimum_font_size = 25
maximum_font_size = 25
horizontal_amplitude = 1.2
vertical_amplitude = 2.3
motion_period = 5.75
motion_phase = 3.2
deformation_amplitude = 0.011
deformation_period = 6.45
2026-07-29 20:10:44 -04:00
[node name="MailTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
2026-08-08 10:25:17 -04:00
icon = ExtResource("28_mail_simple")
tooltip_text = "mail"
accessibility_name = "mail"
2026-07-29 20:10:44 -04:00
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
2026-07-29 23:10:51 -04:00
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(420, 60)
compact_anchor = Vector2(420, 73.3333)
2026-07-29 20:10:44 -04:00
compact_minimum_size = Vector2(84, 82)
minimum_font_size = 25
maximum_font_size = 25
horizontal_amplitude = 1.1
vertical_amplitude = 2.2
motion_period = 5.5
motion_phase = 3.55
deformation_amplitude = 0.011
deformation_period = 6.3
[node name="MailUnreadBadge" type="Label" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster/MailTab"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 86.0
offset_top = 2.0
offset_right = 120.0
offset_bottom = 34.0
mouse_filter = 2
theme_override_colors/font_color = Color(0.12, 0.08, 0.04, 1)
theme_override_colors/font_outline_color = Color(1, 0.88, 0.34, 1)
theme_override_constants/outline_size = 7
theme_override_font_sizes/font_size = 18
text = "1"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ProfileTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
2026-08-08 10:25:17 -04:00
icon = ExtResource("29_profile_simple")
tooltip_text = "profile"
accessibility_name = "profile"
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
2026-07-29 23:10:51 -04:00
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(540, 60)
compact_anchor = Vector2(540, 73.3333)
compact_minimum_size = Vector2(84, 82)
minimum_font_size = 23
maximum_font_size = 25
horizontal_amplitude = 1.2
vertical_amplitude = 2.1
motion_period = 5.7
motion_phase = 4.05
deformation_amplitude = 0.011
deformation_period = 6.5
2026-07-29 23:10:51 -04:00
[node name="PlayersTab" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
unique_name_in_owner = true
layout_mode = 0
toggle_mode = true
texture_filter = 1
2026-08-08 10:25:17 -04:00
icon = ExtResource("30_online_simple")
tooltip_text = "online"
accessibility_name = "online"
2026-07-29 23:10:51 -04:00
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
neutral_size = Vector2(112, 108)
desktop_anchor = Vector2(660, 60)
compact_anchor = Vector2(660, 73.3333)
2026-07-29 23:10:51 -04:00
compact_minimum_size = Vector2(84, 82)
minimum_font_size = 22
maximum_font_size = 24
horizontal_amplitude = 1.1
vertical_amplitude = 2.2
motion_period = 5.8
motion_phase = 4.35
deformation_amplitude = 0.011
deformation_period = 6.4
[node name="CloseButton" type="Button" parent="ResponsivePlayerMenuStage/PlayerMenuPresentationScaleRoot/NavigationCluster"]
2026-07-28 16:29:02 -04:00
unique_name_in_owner = true
layout_mode = 0
2026-08-08 10:25:17 -04:00
icon = ExtResource("31_close")
tooltip_text = "close"
accessibility_name = "close"
2026-07-28 16:29:02 -04:00
script = ExtResource("6_bubble")
profile = ExtResource("4_profile")
2026-07-29 10:53:46 -04:00
neutral_size = Vector2(96, 94)
desktop_anchor = Vector2(780, 57)
compact_anchor = Vector2(780, 73.3333)
compact_minimum_size = Vector2(76, 74)
2026-07-29 10:53:46 -04:00
minimum_font_size = 23
2026-07-28 16:29:02 -04:00
maximum_font_size = 23
horizontal_amplitude = 1.0
vertical_amplitude = 1.9
motion_period = 5.3
motion_phase = 4.2
deformation_amplitude = 0.01
deformation_period = 6.2