netfishing/ui/settings_panel.tscn

196 lines
5.7 KiB
Text
Raw Normal View History

[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://ui/settings_panel.gd" id="1_script"]
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="2_theme"]
[node name="SettingsPanel" type="PanelContainer"]
visible = false
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(720, 600)
theme = ExtResource("2_theme")
script = ExtResource("1_script")
[node name="Margin" type="MarginContainer" parent="."]
layout_mode = 2
theme_override_constants/margin_left = 28
theme_override_constants/margin_top = 24
theme_override_constants/margin_right = 28
theme_override_constants/margin_bottom = 24
2026-07-27 14:39:37 -04:00
[node name="Scroll" type="ScrollContainer" parent="Margin"]
layout_mode = 2
2026-07-27 14:39:37 -04:00
horizontal_scroll_mode = 0
[node name="Content" type="VBoxContainer" parent="Margin/Scroll"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 12
2026-07-27 14:39:37 -04:00
[node name="Heading" type="Label" parent="Margin/Scroll/Content"]
layout_mode = 2
2026-07-27 14:39:37 -04:00
theme_override_font_sizes/font_size = 39
2026-07-26 23:20:51 -04:00
text = "settings"
horizontal_alignment = 1
2026-07-27 14:39:37 -04:00
[node name="AutoClickToggle" type="CheckButton" parent="Margin/Scroll/Content"]
unique_name_in_owner = true
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "accessibility auto-click"
2026-07-27 14:39:37 -04:00
[node name="AutoClickHelp" type="Label" parent="Margin/Scroll/Content"]
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "lower intervals click barriers faster while held."
2026-07-27 14:39:37 -04:00
autowrap_mode = 2
2026-07-27 14:39:37 -04:00
[node name="AutoClickRow" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
2026-07-27 14:39:37 -04:00
[node name="Label" type="Label" parent="Margin/Scroll/Content/AutoClickRow"]
custom_minimum_size = Vector2(260, 0)
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "auto-click interval"
2026-07-27 14:39:37 -04:00
autowrap_mode = 2
2026-07-27 14:39:37 -04:00
[node name="AutoClickInterval" type="HSlider" parent="Margin/Scroll/Content/AutoClickRow"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
min_value = 0.1
max_value = 0.5
step = 0.01
value = 0.2
2026-07-27 14:39:37 -04:00
[node name="AutoClickIntervalValue" type="Label" parent="Margin/Scroll/Content/AutoClickRow"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "0.20 s"
2026-07-27 14:39:37 -04:00
[node name="MouseRow" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
2026-07-27 14:39:37 -04:00
[node name="Label" type="Label" parent="Margin/Scroll/Content/MouseRow"]
custom_minimum_size = Vector2(260, 0)
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "mouse camera sensitivity"
2026-07-27 14:39:37 -04:00
autowrap_mode = 2
2026-07-27 14:39:37 -04:00
[node name="MouseSensitivity" type="HSlider" parent="Margin/Scroll/Content/MouseRow"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
min_value = 0.001
max_value = 0.012
step = 0.0005
value = 0.005
2026-07-27 14:39:37 -04:00
[node name="MouseSensitivityValue" type="Label" parent="Margin/Scroll/Content/MouseRow"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "0.0050"
2026-07-27 14:39:37 -04:00
[node name="ControllerRow" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
2026-07-27 14:39:37 -04:00
[node name="Label" type="Label" parent="Margin/Scroll/Content/ControllerRow"]
custom_minimum_size = Vector2(260, 0)
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "controller camera sensitivity"
2026-07-27 14:39:37 -04:00
autowrap_mode = 2
2026-07-27 14:39:37 -04:00
[node name="ControllerSensitivity" type="HSlider" parent="Margin/Scroll/Content/ControllerRow"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
min_value = 0.5
max_value = 5.0
step = 0.1
value = 2.5
2026-07-27 14:39:37 -04:00
[node name="ControllerSensitivityValue" type="Label" parent="Margin/Scroll/Content/ControllerRow"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
text = "2.5"
2026-07-27 14:39:37 -04:00
[node name="InvertYToggle" type="CheckButton" parent="Margin/Scroll/Content"]
unique_name_in_owner = true
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "invert vertical camera"
2026-07-27 14:39:37 -04:00
[node name="WorldPixelRow" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
[node name="Label" type="Label" parent="Margin/Scroll/Content/WorldPixelRow"]
custom_minimum_size = Vector2(260, 0)
layout_mode = 2
text = "world pixelation"
autowrap_mode = 2
[node name="WorldPixelSize" type="HSlider" parent="Margin/Scroll/Content/WorldPixelRow"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
min_value = 1.0
max_value = 5.0
step = 1.0
value = 3.0
[node name="WorldPixelSizeValue" type="Label" parent="Margin/Scroll/Content/WorldPixelRow"]
unique_name_in_owner = true
custom_minimum_size = Vector2(170, 0)
layout_mode = 2
text = "retro"
[node name="UIPixelRow" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
[node name="Label" type="Label" parent="Margin/Scroll/Content/UIPixelRow"]
custom_minimum_size = Vector2(260, 0)
layout_mode = 2
text = "ui pixelation"
autowrap_mode = 2
[node name="UIPixelSize" type="HSlider" parent="Margin/Scroll/Content/UIPixelRow"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
min_value = 1.0
max_value = 5.0
step = 1.0
value = 3.0
[node name="UIPixelSizeValue" type="Label" parent="Margin/Scroll/Content/UIPixelRow"]
unique_name_in_owner = true
custom_minimum_size = Vector2(170, 0)
layout_mode = 2
text = "retro"
[node name="SettingsFeedback" type="Label" parent="Margin/Scroll/Content"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(0, 44)
layout_mode = 2
horizontal_alignment = 1
2026-07-27 14:39:37 -04:00
[node name="Buttons" type="HBoxContainer" parent="Margin/Scroll/Content"]
layout_mode = 2
theme_override_constants/separation = 12
alignment = 2
2026-07-27 14:39:37 -04:00
[node name="ApplySettingsButton" type="Button" parent="Margin/Scroll/Content/Buttons"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(150, 64)
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "apply"
2026-07-27 14:39:37 -04:00
[node name="CancelSettingsButton" type="Button" parent="Margin/Scroll/Content/Buttons"]
unique_name_in_owner = true
2026-07-27 14:39:37 -04:00
custom_minimum_size = Vector2(150, 64)
layout_mode = 2
2026-07-26 23:20:51 -04:00
text = "back"