2023-04-10 21:31:07 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cbfcolm6mjolp"]
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-09 15:57:37 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/UI/SettingsMenu.gd" id="1_2rgd2"]
|
2023-04-09 17:06:45 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/UI/Remaping/RemapController.gd" id="2_2f8ap"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/UI/Remaping/RemapButton.gd" id="2_4asaa"]
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_02uod"]
|
|
|
|
bg_color = Color(0.439216, 0.631373, 0.537255, 1)
|
|
|
|
|
2023-04-11 00:13:08 +00:00
|
|
|
[node name="SettingsMenu" type="Node" node_paths=PackedStringArray("back_button", "tab_container", "bottom_item_video", "bottom_item_audio", "bottom_item_controls", "bottom_item_controls_gamepad", "display_options_button", "vsync_toggle", "resolutions_options_button", "master_volume_slider", "music_volume_slider", "sfx_volume_slider")]
|
2023-04-09 12:00:52 +00:00
|
|
|
script = ExtResource("1_2rgd2")
|
2023-04-10 20:46:15 +00:00
|
|
|
back_button = NodePath("Back Button")
|
2023-04-10 21:31:07 +00:00
|
|
|
tab_container = NodePath("SettingsTabs")
|
|
|
|
bottom_item_video = NodePath("SettingsTabs/Video/MarginContainer/GridContainer/ResolutionsOptions")
|
|
|
|
bottom_item_audio = NodePath("SettingsTabs/Audio/MarginContainer/GridContainer/SFXVolSlider")
|
2023-04-11 00:13:08 +00:00
|
|
|
bottom_item_controls = NodePath("SettingsTabs/Controls/MarginContainer/GridContainer/AttackRemapButton")
|
|
|
|
bottom_item_controls_gamepad = NodePath("SettingsTabs/Gamepad/MarginContainer/GridContainer/AttackRemapButton")
|
2023-04-10 21:31:07 +00:00
|
|
|
display_options_button = NodePath("SettingsTabs/Video/MarginContainer/GridContainer/DisplayModeOptions")
|
|
|
|
vsync_toggle = NodePath("SettingsTabs/Video/MarginContainer/GridContainer/VsyncButton")
|
|
|
|
resolutions_options_button = NodePath("SettingsTabs/Video/MarginContainer/GridContainer/ResolutionsOptions")
|
|
|
|
master_volume_slider = NodePath("SettingsTabs/Audio/MarginContainer/GridContainer/MasterVolumeSlider")
|
|
|
|
music_volume_slider = NodePath("SettingsTabs/Audio/MarginContainer/GridContainer/MusicVolSlider")
|
|
|
|
sfx_volume_slider = NodePath("SettingsTabs/Audio/MarginContainer/GridContainer/SFXVolSlider")
|
|
|
|
|
|
|
|
[node name="Remap Controller" type="Control" parent="."]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 0
|
|
|
|
offset_left = 12.0
|
|
|
|
offset_top = 12.0
|
|
|
|
offset_right = 12.0
|
|
|
|
offset_bottom = 12.0
|
|
|
|
script = ExtResource("2_2f8ap")
|
|
|
|
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
2023-04-09 12:00:52 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_02uod")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="SettingsTabs" type="TabContainer" parent="."]
|
|
|
|
custom_minimum_size = Vector2(1050, 475)
|
2023-04-09 17:06:45 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-04-10 21:31:07 +00:00
|
|
|
offset_left = 12.0
|
|
|
|
offset_top = 12.0
|
|
|
|
offset_right = -12.0
|
|
|
|
offset_bottom = -109.0
|
2023-04-09 17:06:45 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-04-09 12:00:52 +00:00
|
|
|
theme_override_font_sizes/font_size = 29
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="Video" type="VBoxContainer" parent="SettingsTabs"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-09 15:57:37 +00:00
|
|
|
focus_neighbor_left = NodePath("../Controls")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="SettingsTabs/Video"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(0, 425)
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 25
|
|
|
|
theme_override_constants/margin_top = 25
|
|
|
|
theme_override_constants/margin_right = 25
|
|
|
|
theme_override_constants/margin_bottom = 25
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="SettingsTabs/Video/MarginContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="DisplayModeLabel" type="Label" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Display Mode"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="DisplayModeOptions" type="OptionButton" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 12:00:52 +00:00
|
|
|
item_count = 5
|
|
|
|
selected = 0
|
|
|
|
popup/item_0/text = "Full-Screen"
|
|
|
|
popup/item_0/id = 0
|
|
|
|
popup/item_1/text = "Windowed"
|
|
|
|
popup/item_1/id = 1
|
|
|
|
popup/item_2/text = "Maximized"
|
|
|
|
popup/item_2/id = 2
|
|
|
|
popup/item_3/text = "Minimized"
|
|
|
|
popup/item_3/id = 3
|
2023-04-09 13:04:49 +00:00
|
|
|
popup/item_4/text = "Exclusive Full-Screen"
|
2023-04-09 12:00:52 +00:00
|
|
|
popup/item_4/id = 4
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="VSync Label" type="Label" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "VSync
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="VsyncButton" type="CheckButton" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 12:00:52 +00:00
|
|
|
text = "Vsync"
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="ResolutionsLabel" type="Label" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Resolutions
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="ResolutionsOptions" type="OptionButton" parent="SettingsTabs/Video/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
2023-04-09 12:00:52 +00:00
|
|
|
fit_to_longest_item = false
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="Audio" type="VBoxContainer" parent="SettingsTabs"]
|
2023-04-09 12:00:52 +00:00
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="SettingsTabs/Audio"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(0, 425)
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 25
|
|
|
|
theme_override_constants/margin_top = 25
|
|
|
|
theme_override_constants/margin_right = 25
|
|
|
|
theme_override_constants/margin_bottom = 25
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="SettingsTabs/Audio/MarginContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MasterVolLabel" type="Label" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Master Volume
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MasterVolumeSlider" type="HSlider" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 12:00:52 +00:00
|
|
|
min_value = -72.0
|
|
|
|
max_value = 0.0
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MusicVolLabel" type="Label" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Music Volume
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MusicVolSlider" type="HSlider" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 12:00:52 +00:00
|
|
|
min_value = -72.0
|
|
|
|
max_value = 0.0
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="SFXVolLabel" type="Label" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "SFX Volume"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="SFXVolSlider" type="HSlider" parent="SettingsTabs/Audio/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(500, 40)
|
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
2023-04-09 12:00:52 +00:00
|
|
|
min_value = -72.0
|
|
|
|
max_value = 0.0
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="Controls" type="VBoxContainer" parent="SettingsTabs"]
|
2023-04-09 12:00:52 +00:00
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="SettingsTabs/Controls"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(0, 425)
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 25
|
|
|
|
theme_override_constants/margin_top = 25
|
|
|
|
theme_override_constants/margin_right = 25
|
|
|
|
theme_override_constants/margin_bottom = 25
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="SettingsTabs/Controls/MarginContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveUpLabel" type="Label" parent="SettingsTabs/Controls/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Up"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveUpRemapButton" type="Button" parent="SettingsTabs/Controls/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-09 17:06:45 +00:00
|
|
|
script = ExtResource("2_4asaa")
|
2023-04-09 12:00:52 +00:00
|
|
|
input_action_name = "move_up"
|
2023-04-10 21:31:07 +00:00
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveLeftLabel" type="Label" parent="SettingsTabs/Controls/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Left"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveLeftRemapButton" type="Button" parent="SettingsTabs/Controls/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 17:06:45 +00:00
|
|
|
script = ExtResource("2_4asaa")
|
2023-04-09 12:00:52 +00:00
|
|
|
input_action_name = "move_left"
|
2023-04-10 21:31:07 +00:00
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveDownLabel" type="Label" parent="SettingsTabs/Controls/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Down"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveDownRemapButton" type="Button" parent="SettingsTabs/Controls/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
2023-04-09 17:06:45 +00:00
|
|
|
script = ExtResource("2_4asaa")
|
2023-04-09 12:00:52 +00:00
|
|
|
input_action_name = "move_down"
|
2023-04-10 21:31:07 +00:00
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveRightLabel" type="Label" parent="SettingsTabs/Controls/MarginContainer/GridContainer"]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move RIght"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[node name="MoveRightRemapButton" type="Button" parent="SettingsTabs/Controls/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
2023-04-09 12:00:52 +00:00
|
|
|
layout_mode = 2
|
2023-04-10 21:31:07 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
2023-04-09 17:06:45 +00:00
|
|
|
script = ExtResource("2_4asaa")
|
2023-04-09 12:00:52 +00:00
|
|
|
input_action_name = "move_right"
|
2023-04-10 21:31:07 +00:00
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
2023-04-09 12:00:52 +00:00
|
|
|
|
2023-04-11 00:13:08 +00:00
|
|
|
[node name="AttackLabel" type="Label" parent="SettingsTabs/Controls/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Attack
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="AttackRemapButton" type="Button" parent="SettingsTabs/Controls/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "attack"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
|
|
|
[node name="Gamepad" type="VBoxContainer" parent="SettingsTabs"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="SettingsTabs/Gamepad"]
|
|
|
|
custom_minimum_size = Vector2(0, 425)
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 25
|
|
|
|
theme_override_constants/margin_top = 25
|
|
|
|
theme_override_constants/margin_right = 25
|
|
|
|
theme_override_constants/margin_bottom = 25
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="SettingsTabs/Gamepad/MarginContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="MoveUpLabel" type="Label" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Up"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="MoveUpRemapButton" type="Button" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "move_up_controller"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
|
|
|
[node name="MoveLeftLabel" type="Label" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Left"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="MoveLeftRemapButton" type="Button" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "move_left_controller"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
|
|
|
[node name="MoveDownLabel" type="Label" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move Down"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="MoveDownRemapButton" type="Button" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "move_down_controller"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
|
|
|
[node name="MoveRightLabel" type="Label" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Move RIght"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="MoveRightRemapButton" type="Button" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "move_right_controller"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
|
|
|
[node name="AttackLabel" type="Label" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(400, 40)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Attack
|
|
|
|
"
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
|
|
[node name="AttackRemapButton" type="Button" parent="SettingsTabs/Gamepad/MarginContainer/GridContainer" node_paths=PackedStringArray("remap_controller")]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
focus_neighbor_bottom = NodePath("../../../../../Back Button")
|
|
|
|
script = ExtResource("2_4asaa")
|
|
|
|
input_action_name = "attack"
|
|
|
|
remap_controller = NodePath("../../../../../Remap Controller")
|
|
|
|
|
2023-04-09 17:06:45 +00:00
|
|
|
[node name="Back Button" type="Button" parent="."]
|
2023-04-09 12:00:52 +00:00
|
|
|
custom_minimum_size = Vector2(500, 40)
|
2023-04-09 17:06:45 +00:00
|
|
|
anchors_preset = 7
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -250.0
|
|
|
|
offset_top = -80.0
|
|
|
|
offset_right = 250.0
|
|
|
|
offset_bottom = -40.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 0
|
2023-04-09 12:00:52 +00:00
|
|
|
theme_override_font_sizes/font_size = 23
|
|
|
|
text = "Back"
|
|
|
|
|
2023-04-10 21:31:07 +00:00
|
|
|
[connection signal="item_selected" from="SettingsTabs/Video/MarginContainer/GridContainer/DisplayModeOptions" to="." method="_on_display_mode_options_item_selected"]
|
|
|
|
[connection signal="toggled" from="SettingsTabs/Video/MarginContainer/GridContainer/VsyncButton" to="." method="_on_vsync_button_toggled"]
|
|
|
|
[connection signal="item_selected" from="SettingsTabs/Video/MarginContainer/GridContainer/ResolutionsOptions" to="." method="_on_resolutions_options_item_selected"]
|
|
|
|
[connection signal="drag_ended" from="SettingsTabs/Audio/MarginContainer/GridContainer/MasterVolumeSlider" to="." method="_on_master_volume_slider_drag_ended"]
|
|
|
|
[connection signal="value_changed" from="SettingsTabs/Audio/MarginContainer/GridContainer/MasterVolumeSlider" to="." method="_on_master_volume_slider_value_changed"]
|
|
|
|
[connection signal="drag_ended" from="SettingsTabs/Audio/MarginContainer/GridContainer/MusicVolSlider" to="." method="_on_music_vol_slider_drag_ended"]
|
|
|
|
[connection signal="value_changed" from="SettingsTabs/Audio/MarginContainer/GridContainer/MusicVolSlider" to="." method="_on_music_vol_slider_value_changed"]
|
|
|
|
[connection signal="drag_ended" from="SettingsTabs/Audio/MarginContainer/GridContainer/SFXVolSlider" to="." method="_on_sfx_vol_slider_drag_ended"]
|
|
|
|
[connection signal="value_changed" from="SettingsTabs/Audio/MarginContainer/GridContainer/SFXVolSlider" to="." method="_on_sfx_vol_slider_value_changed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Controls/MarginContainer/GridContainer/MoveUpRemapButton" to="SettingsTabs/Controls/MarginContainer/GridContainer/MoveUpRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Controls/MarginContainer/GridContainer/MoveLeftRemapButton" to="SettingsTabs/Controls/MarginContainer/GridContainer/MoveLeftRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Controls/MarginContainer/GridContainer/MoveDownRemapButton" to="SettingsTabs/Controls/MarginContainer/GridContainer/MoveDownRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Controls/MarginContainer/GridContainer/MoveRightRemapButton" to="SettingsTabs/Controls/MarginContainer/GridContainer/MoveRightRemapButton" method="_on_pressed"]
|
2023-04-11 00:13:08 +00:00
|
|
|
[connection signal="pressed" from="SettingsTabs/Controls/MarginContainer/GridContainer/AttackRemapButton" to="SettingsTabs/Controls/MarginContainer/GridContainer/AttackRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveUpRemapButton" to="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveUpRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveLeftRemapButton" to="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveLeftRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveDownRemapButton" to="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveDownRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveRightRemapButton" to="SettingsTabs/Gamepad/MarginContainer/GridContainer/MoveRightRemapButton" method="_on_pressed"]
|
|
|
|
[connection signal="pressed" from="SettingsTabs/Gamepad/MarginContainer/GridContainer/AttackRemapButton" to="SettingsTabs/Gamepad/MarginContainer/GridContainer/AttackRemapButton" method="_on_pressed"]
|
2023-04-09 17:06:45 +00:00
|
|
|
[connection signal="pressed" from="Back Button" to="." method="_on_back_pressed"]
|