godot-third-person-basic-scene/scenes/controls/controls.tscn

615 lines
21 KiB
Text
Raw Normal View History

2022-04-15 07:53:44 +00:00
[gd_scene load_steps=4 format=3 uid="uid://cl8xk8w3jmta0"]
2022-02-12 22:15:01 +00:00
[ext_resource type="Script" path="res://scenes/controls/controls.gd" id="1_2c8s6"]
2022-02-25 00:28:14 +00:00
[ext_resource type="PackedScene" uid="uid://bhidap7eniou8" path="res://scenes/controls/select_type_control.tscn" id="2_ps0mu"]
2022-04-15 07:53:44 +00:00
[ext_resource type="PackedScene" uid="uid://cvmel2sx7qfvy" path="res://scenes/controls/option_define_input.tscn" id="3_dxrwd"]
2022-02-12 22:15:01 +00:00
[node name="Control" type="Control"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( "1_2c8s6" )
[node name="Window" type="Window" parent="."]
2022-02-24 22:08:03 +00:00
title = "EDIT_CONTROL/TITLE"
position = Vector2i(25, 70)
size = Vector2i(800, 500)
2022-02-12 22:15:01 +00:00
visible = false
content_scale_mode = 1
content_scale_aspect = 4
2022-04-15 12:33:00 +00:00
[node name="v" type="VBoxContainer" parent="Window"]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_use_custom_anchors = false
[node name="Tab" type="TabContainer" parent="Window/v"]
2022-02-24 22:08:03 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2022-04-15 07:53:44 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
metadata/_edit_use_custom_anchors = false
2022-04-15 12:33:00 +00:00
[node name="CONTROL" type="VBoxContainer" parent="Window/v/Tab"]
2022-04-15 07:53:44 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 31.0
grow_horizontal = 2
grow_vertical = 2
2022-02-12 22:15:01 +00:00
size_flags_horizontal = 6
size_flags_vertical = 6
2022-04-15 12:33:00 +00:00
[node name="Menu" type="HBoxContainer" parent="Window/v/Tab/CONTROL"]
2022-02-24 22:08:03 +00:00
offset_right = 1024.0
2022-02-12 22:15:01 +00:00
offset_bottom = 31.0
size_flags_horizontal = 3
2022-04-15 12:33:00 +00:00
[node name="ShowMethod" type="OptionButton" parent="Window/v/Tab/CONTROL/Menu"]
2022-03-06 17:15:34 +00:00
offset_right = 43.0
offset_bottom = 31.0
item_count = 3
selected = 0
popup/item_0/text = "CONTROL_VIEW_BY_GROUP"
popup/item_0/id = 0
popup/item_1/text = "CONTROL_VIEW_BY_INPUT"
popup/item_1/id = 1
popup/item_2/text = "CONTROL_VIEW_BY_INPUT_SORTED"
popup/item_2/id = 2
2022-04-15 12:33:00 +00:00
[node name="SortByInput" type="CheckBox" parent="Window/v/Tab/CONTROL/Menu"]
2022-03-06 17:15:34 +00:00
visible = false
2022-02-24 22:08:03 +00:00
offset_right = 510.0
2022-02-12 22:15:01 +00:00
offset_bottom = 31.0
size_flags_horizontal = 7
2022-02-24 22:08:03 +00:00
text = "EDIT_CONTROL/SORT_BY_INPUT"
2022-02-12 22:15:01 +00:00
2022-04-15 12:33:00 +00:00
[node name="Reload" type="Button" parent="Window/v/Tab/CONTROL/Menu"]
2022-02-24 22:08:03 +00:00
offset_left = 514.0
offset_right = 1024.0
2022-02-12 22:15:01 +00:00
offset_bottom = 31.0
size_flags_horizontal = 7
2022-02-24 22:08:03 +00:00
text = "EDIT_CONTROL/RELOAD_SYSTEM_CONFIG"
2022-02-12 22:15:01 +00:00
2022-04-15 12:33:00 +00:00
[node name="Input" type="ScrollContainer" parent="Window/v/Tab/CONTROL"]
2022-02-12 22:15:01 +00:00
offset_top = 35.0
2022-02-24 22:08:03 +00:00
offset_right = 1024.0
offset_bottom = 565.0
2022-02-12 22:15:01 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2022-04-15 12:33:00 +00:00
[node name="Control" type="VBoxContainer" parent="Window/v/Tab/CONTROL/Input"]
2022-02-24 22:08:03 +00:00
offset_right = 1024.0
offset_bottom = 530.0
2022-02-12 22:15:01 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2022-04-15 12:33:00 +00:00
[node name="Tree" type="Tree" parent="Window/v/Tab/CONTROL"]
2022-03-06 17:15:34 +00:00
visible = false
offset_right = 40.0
offset_bottom = 40.0
size_flags_vertical = 3
2022-04-15 12:33:00 +00:00
[node name="MOUSE" type="ScrollContainer" parent="Window/v/Tab"]
2022-04-15 07:53:44 +00:00
visible = false
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 12:33:00 +00:00
[node name="v" type="VBoxContainer" parent="Window/v/Tab/MOUSE"]
offset_right = 934.0
offset_bottom = 312.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="CameraPlayer" type="VBoxContainer" parent="Window/v/Tab/MOUSE/v"]
2022-04-15 07:53:44 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 12:33:00 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayer"]
2022-04-15 07:53:44 +00:00
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_VIEW_CAMERA_MOVE_PLAYER_FOLLOW"
2022-04-15 12:33:00 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraPlayer"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayer/h1"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="SelectButton" type="Button" parent="Window/v/Tab/MOUSE/v/CameraPlayer/h1"]
2022-04-15 07:53:44 +00:00
offset_right = 8.0
offset_bottom = 31.0
2022-04-15 12:33:00 +00:00
text = "SELECT"
[node name="h2" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraPlayer"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayer/h2"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 07:53:44 +00:00
2022-04-15 12:33:00 +00:00
[node name="ReverseHorizontal" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraPlayer/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_HORIZONTAL"
2022-04-15 12:33:00 +00:00
[node name="ReverseVertical" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraPlayer/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_VERTICAL"
2022-04-15 12:33:00 +00:00
[node name="HSeparator1" type="HSeparator" parent="Window/v/Tab/MOUSE/v"]
offset_right = 40.0
offset_bottom = 4.0
2022-04-15 07:53:44 +00:00
2022-04-15 12:33:00 +00:00
[node name="CameraOnly" type="VBoxContainer" parent="Window/v/Tab/MOUSE/v"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/MOUSE/v/CameraOnly"]
2022-04-15 07:53:44 +00:00
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_VIEW_CAMERA_MOVE_ONLY"
2022-04-15 12:33:00 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraOnly"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraOnly/h1"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="SelectButton" type="Button" parent="Window/v/Tab/MOUSE/v/CameraOnly/h1"]
2022-04-15 07:53:44 +00:00
offset_right = 8.0
offset_bottom = 31.0
2022-04-15 12:33:00 +00:00
text = "SELECT"
[node name="h2" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraOnly"]
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 07:53:44 +00:00
2022-04-15 12:33:00 +00:00
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraOnly/h2"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="ReverseHorizontal" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraOnly/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_HORIZONTAL"
2022-04-15 12:33:00 +00:00
[node name="ReverseVertical" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraOnly/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_VERTICAL"
2022-04-15 12:33:00 +00:00
[node name="HSeparator2" type="HSeparator" parent="Window/v/Tab/MOUSE/v"]
offset_right = 40.0
offset_bottom = 4.0
2022-04-15 14:37:38 +00:00
[node name="CameraPlayerMove" type="VBoxContainer" parent="Window/v/Tab/MOUSE/v"]
2022-04-15 12:33:00 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 07:53:44 +00:00
2022-04-15 14:37:38 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove"]
2022-04-15 07:53:44 +00:00
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 12:33:00 +00:00
text = "INPUT_ACTION_CAMERA_MOVE_PLAYER"
2022-04-15 14:37:38 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove"]
2022-04-15 12:33:00 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 07:53:44 +00:00
2022-04-15 14:37:38 +00:00
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove/h1"]
2022-04-15 12:33:00 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 14:37:38 +00:00
[node name="SelectButton" type="Button" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove/h1"]
2022-04-15 07:53:44 +00:00
offset_right = 8.0
offset_bottom = 31.0
2022-04-15 12:33:00 +00:00
text = "SELECT"
2022-04-15 14:37:38 +00:00
[node name="h2" type="HBoxContainer" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove"]
2022-04-15 12:33:00 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 07:53:44 +00:00
2022-04-15 14:37:38 +00:00
[node name="space" type="Label" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove/h2"]
2022-04-15 12:33:00 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 14:37:38 +00:00
[node name="ReverseHorizontal" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_HORIZONTAL"
2022-04-15 14:37:38 +00:00
[node name="ReverseVertical" type="CheckBox" parent="Window/v/Tab/MOUSE/v/CameraPlayerMove/h2"]
2022-04-15 07:53:44 +00:00
offset_right = 24.0
offset_bottom = 31.0
text = "EDIT_CONTROL/MOVE_CAMERA_REVERSE_VERTICAL"
2022-04-15 13:54:35 +00:00
[node name="JOYPAD" type="ScrollContainer" parent="Window/v/Tab"]
visible = false
offset_right = 40.0
offset_bottom = 40.0
[node name="v" type="VBoxContainer" parent="Window/v/Tab/JOYPAD"]
2022-05-13 20:02:54 +00:00
offset_right = 384.0
offset_bottom = 724.0
2022-04-15 13:54:35 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2022-04-15 22:12:12 +00:00
[node name="CameraLeft" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraLeft"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
text = "INPUT_VIEW_CAMERA_LEFT_JOYPAD"
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/CameraLeft"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraLeft/h1"]
2022-04-15 13:54:35 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
[node name="CameraLeft" type="Button" parent="Window/v/Tab/JOYPAD/v/CameraLeft/h1"]
2022-04-15 13:54:35 +00:00
offset_right = 8.0
offset_bottom = 31.0
text = "SELECT"
2022-04-15 22:12:12 +00:00
[node name="HSeparator1" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 4.0
[node name="CameraRight" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraRight"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
text = "INPUT_VIEW_CAMERA_RIGHT_JOYPAD"
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/CameraRight"]
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraRight/h1"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="CameraRight" type="Button" parent="Window/v/Tab/JOYPAD/v/CameraRight/h1"]
offset_right = 8.0
2022-04-15 13:54:35 +00:00
offset_bottom = 31.0
2022-04-15 22:12:12 +00:00
text = "SELECT"
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="HSeparator2" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 4.0
2022-05-13 20:02:54 +00:00
[node name="FactorCameraHorizontale" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 384.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorCameraHorizontale"]
offset_right = 40.0
offset_bottom = 23.0
size_flags_horizontal = 3
text = "FACTOR_CAMERA_HORIZONTALE_JOYPAD"
[node name="FactorCameraHorizontale" type="HSlider" parent="Window/v/Tab/JOYPAD/v/FactorCameraHorizontale"]
offset_right = 8.0
offset_bottom = 16.0
size_flags_horizontal = 3
max_value = 10.0
step = 0.1
[node name="value" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorCameraHorizontale"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="HSeparator3" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 4.0
2022-04-15 22:12:12 +00:00
[node name="CameraForward" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraForward"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
text = "INPUT_VIEW_CAMERA_FORWARD_JOYPAD"
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/CameraForward"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraForward/h1"]
2022-04-15 13:54:35 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
[node name="CameraForward" type="Button" parent="Window/v/Tab/JOYPAD/v/CameraForward/h1"]
2022-04-15 13:54:35 +00:00
offset_right = 8.0
offset_bottom = 31.0
text = "SELECT"
2022-05-13 20:02:54 +00:00
[node name="HSeparator4" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 22:12:12 +00:00
offset_right = 40.0
offset_bottom = 4.0
[node name="CameraBack" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraBack"]
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_VIEW_CAMERA_BACK_JOYPAD"
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/CameraBack"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/CameraBack/h1"]
2022-04-15 13:54:35 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
[node name="CameraBack" type="Button" parent="Window/v/Tab/JOYPAD/v/CameraBack/h1"]
offset_right = 8.0
2022-04-15 13:54:35 +00:00
offset_bottom = 31.0
2022-04-15 22:12:12 +00:00
text = "SELECT"
2022-04-15 13:54:35 +00:00
2022-05-13 20:02:54 +00:00
[node name="HSeparator5" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 4.0
[node name="FactorCameraVerticale" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 354.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorCameraVerticale"]
offset_right = 40.0
offset_bottom = 23.0
size_flags_horizontal = 3
text = "FACTOR_CAMERA_VERTICALE_JOYPAD"
[node name="FactorCameraVerticale" type="HSlider" parent="Window/v/Tab/JOYPAD/v/FactorCameraVerticale"]
offset_right = 8.0
offset_bottom = 16.0
size_flags_horizontal = 3
max_value = 10.0
step = 0.1
[node name="value" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorCameraVerticale"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="HSeparator6" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 22:12:12 +00:00
offset_right = 40.0
offset_bottom = 4.0
[node name="PlayerLeft" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerLeft"]
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_ACTION_PLAYER_LEFT_JOYPAD"
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/PlayerLeft"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerLeft/h1"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="PlayerLeft" type="Button" parent="Window/v/Tab/JOYPAD/v/PlayerLeft/h1"]
offset_right = 8.0
2022-04-15 13:54:35 +00:00
offset_bottom = 31.0
2022-04-15 22:12:12 +00:00
text = "SELECT"
2022-04-15 13:54:35 +00:00
2022-05-13 20:02:54 +00:00
[node name="HSeparator7" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 4.0
2022-04-15 22:12:12 +00:00
[node name="PlayerRight" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerRight"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
text = "INPUT_ACTION_PLAYER_RIGHT_JOYPAD"
2022-04-15 13:54:35 +00:00
2022-04-15 22:12:12 +00:00
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/PlayerRight"]
2022-04-15 13:54:35 +00:00
offset_right = 40.0
offset_bottom = 40.0
2022-04-15 22:12:12 +00:00
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerRight/h1"]
2022-04-15 13:54:35 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
[node name="PlayerRight" type="Button" parent="Window/v/Tab/JOYPAD/v/PlayerRight/h1"]
2022-04-15 13:54:35 +00:00
offset_right = 8.0
offset_bottom = 31.0
text = "SELECT"
2022-05-13 20:02:54 +00:00
[node name="HSeparator8" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 22:12:12 +00:00
offset_right = 40.0
offset_bottom = 4.0
2022-05-13 20:02:54 +00:00
[node name="FactorPlayerHorizontale" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 384.0
2022-04-15 13:54:35 +00:00
offset_bottom = 40.0
2022-05-13 20:02:54 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorPlayerHorizontale"]
offset_right = 40.0
offset_bottom = 23.0
size_flags_horizontal = 3
text = "FACTOR_PLAYER_HORIZONTALE_JOYPAD"
[node name="FactorPlayerHorizontale" type="HSlider" parent="Window/v/Tab/JOYPAD/v/FactorPlayerHorizontale"]
offset_right = 8.0
offset_bottom = 16.0
size_flags_horizontal = 3
max_value = 10.0
step = 0.1
[node name="value" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorPlayerHorizontale"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="HSeparator9" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 4.0
[node name="PlayerForward" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 332.0
offset_bottom = 61.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerForward"]
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_ACTION_PLAYER_FORWARD_JOYPAD"
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/PlayerForward"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerForward/h1"]
2022-04-15 13:54:35 +00:00
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 22:12:12 +00:00
[node name="PlayerForward" type="Button" parent="Window/v/Tab/JOYPAD/v/PlayerForward/h1"]
offset_right = 8.0
2022-04-15 13:54:35 +00:00
offset_bottom = 31.0
2022-04-15 22:12:12 +00:00
text = "SELECT"
2022-04-15 13:54:35 +00:00
2022-05-13 20:02:54 +00:00
[node name="HSeparator10" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
2022-04-15 22:12:12 +00:00
offset_right = 40.0
offset_bottom = 4.0
[node name="PlayerBack" type="VBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
2022-05-13 20:02:54 +00:00
offset_right = 294.0
offset_bottom = 61.0
2022-04-15 22:12:12 +00:00
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerBack"]
offset_right = 40.0
offset_bottom = 23.0
text = "INPUT_ACTION_PLAYER_BACK_JOYPAD"
[node name="h1" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v/PlayerBack"]
offset_right = 40.0
offset_bottom = 40.0
[node name="space" type="Label" parent="Window/v/Tab/JOYPAD/v/PlayerBack/h1"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
[node name="PlayerBack" type="Button" parent="Window/v/Tab/JOYPAD/v/PlayerBack/h1"]
offset_right = 8.0
2022-04-15 13:54:35 +00:00
offset_bottom = 31.0
2022-04-15 22:12:12 +00:00
text = "SELECT"
2022-04-15 13:54:35 +00:00
2022-05-13 20:02:54 +00:00
[node name="HSeparator11" type="HSeparator" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 40.0
offset_bottom = 4.0
[node name="FactorPlayerVerticale" type="HBoxContainer" parent="Window/v/Tab/JOYPAD/v"]
offset_right = 354.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorPlayerVerticale"]
offset_right = 40.0
offset_bottom = 23.0
size_flags_horizontal = 3
text = "FACTOR_PLAYER_VERTICALE_JOYPAD"
[node name="FactorPlayerVerticale" type="HSlider" parent="Window/v/Tab/JOYPAD/v/FactorPlayerVerticale"]
offset_right = 8.0
offset_bottom = 16.0
size_flags_horizontal = 3
max_value = 10.0
step = 0.1
[node name="value" type="Label" parent="Window/v/Tab/JOYPAD/v/FactorPlayerVerticale"]
minimum_size = Vector2(50, 0)
offset_right = 40.0
offset_bottom = 23.0
2022-04-15 12:33:00 +00:00
[node name="Quit" type="Button" parent="Window/v"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = 406.5
offset_top = 529.0
offset_right = 577.5
offset_bottom = 560.0
grow_horizontal = 2
grow_vertical = 0
size_flags_horizontal = 4
size_flags_vertical = 8
text = "EDIT_CONTROL/QUIT"
metadata/_edit_use_custom_anchors = false
2022-02-12 22:15:01 +00:00
2022-02-25 00:28:14 +00:00
[node name="SelectType" parent="." instance=ExtResource( "2_ps0mu" )]
2022-04-15 07:53:44 +00:00
[node name="DefineInput" parent="." instance=ExtResource( "3_dxrwd" )]
2022-02-12 22:15:01 +00:00
[connection signal="close_requested" from="Window" to="." method="_on_quit_pressed"]
2022-04-15 12:33:00 +00:00
[connection signal="item_selected" from="Window/v/Tab/CONTROL/Menu/ShowMethod" to="." method="_on_option_button_item_selected"]
[connection signal="pressed" from="Window/v/Tab/CONTROL/Menu/SortByInput" to="." method="_on_sort_by_input_pressed"]
[connection signal="pressed" from="Window/v/Tab/CONTROL/Menu/Reload" to="." method="reload_control_system"]
[connection signal="button_pressed" from="Window/v/Tab/CONTROL/Tree" to="." method="_on_tree_button_pressed"]
2022-04-15 13:54:35 +00:00
[connection signal="pressed" from="Window/v/Tab/MOUSE/v/CameraPlayer/h1/SelectButton" to="." method="_on_select_mouse_button_camera_player_pressed"]
2022-04-15 14:37:38 +00:00
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraPlayer/h2/ReverseHorizontal" to="." method="_on_camera_player_reverse_horizontal_toggled"]
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraPlayer/h2/ReverseVertical" to="." method="_on_camera_player_reverse_vertical_toggled"]
2022-04-15 13:54:35 +00:00
[connection signal="pressed" from="Window/v/Tab/MOUSE/v/CameraOnly/h1/SelectButton" to="." method="_on_select_mouse_button_camera_only_pressed"]
2022-04-15 14:37:38 +00:00
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraOnly/h2/ReverseHorizontal" to="." method="_on_camera_only_reverse_horizontal_toggled"]
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraOnly/h2/ReverseVertical" to="." method="_on_camera_only_reverse_vertical_toggled"]
[connection signal="pressed" from="Window/v/Tab/MOUSE/v/CameraPlayerMove/h1/SelectButton" to="." method="_on_select_mouse_button_camera_player_move_pressed"]
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraPlayerMove/h2/ReverseHorizontal" to="." method="_on_camera_player_move_reverse_horizontal_toggled"]
[connection signal="toggled" from="Window/v/Tab/MOUSE/v/CameraPlayerMove/h2/ReverseVertical" to="." method="_on_camera_player_move_reverse_vertical_toggled"]
2022-04-15 22:12:12 +00:00
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/CameraLeft/h1/CameraLeft" to="." method="_on_camera_left_pressed"]
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/CameraRight/h1/CameraRight" to="." method="_on_camera_right_pressed"]
2022-05-13 20:02:54 +00:00
[connection signal="value_changed" from="Window/v/Tab/JOYPAD/v/FactorCameraHorizontale/FactorCameraHorizontale" to="." method="_on_factor_camera_horizontale_value_changed"]
2022-04-15 22:12:12 +00:00
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/CameraForward/h1/CameraForward" to="." method="_on_camera_forward_pressed"]
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/CameraBack/h1/CameraBack" to="." method="_on_camera_back_pressed"]
2022-05-13 20:02:54 +00:00
[connection signal="value_changed" from="Window/v/Tab/JOYPAD/v/FactorCameraVerticale/FactorCameraVerticale" to="." method="_on_factor_camera_verticale_value_changed"]
2022-04-15 22:12:12 +00:00
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/PlayerLeft/h1/PlayerLeft" to="." method="_on_player_left_pressed"]
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/PlayerRight/h1/PlayerRight" to="." method="_on_player_right_pressed"]
2022-05-13 20:02:54 +00:00
[connection signal="value_changed" from="Window/v/Tab/JOYPAD/v/FactorPlayerHorizontale/FactorPlayerHorizontale" to="." method="_on_factor_player_horizontale_value_changed"]
2022-04-15 22:12:12 +00:00
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/PlayerForward/h1/PlayerForward" to="." method="_on_player_forward_pressed"]
[connection signal="pressed" from="Window/v/Tab/JOYPAD/v/PlayerBack/h1/PlayerBack" to="." method="_on_player_back_pressed"]
2022-05-13 20:02:54 +00:00
[connection signal="value_changed" from="Window/v/Tab/JOYPAD/v/FactorPlayerVerticale/FactorPlayerVerticale" to="." method="_on_factor_player_verticale_value_changed"]
2022-04-15 12:33:00 +00:00
[connection signal="pressed" from="Window/v/Quit" to="." method="_on_quit_pressed"]