2022-01-21 22:06:33 +00:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2021-11-17 22:23:12 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://assets/fonts/kenney-future-narrow.ttf" type="DynamicFontData" id=1]
|
2021-11-18 19:48:47 +00:00
|
|
|
[ext_resource path="res://menu/settings_menu.gd" type="Script" id=2]
|
2022-01-20 15:50:44 +00:00
|
|
|
[ext_resource path="res://menu/default_theme.tres" type="Theme" id=3]
|
2021-11-17 22:23:12 +00:00
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 64
|
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[sub_resource type="DynamicFont" id=5]
|
2021-11-17 22:23:12 +00:00
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=3]
|
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="SettingsMenu" type="Panel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-01-20 15:50:44 +00:00
|
|
|
theme = ExtResource( 3 )
|
2021-11-17 22:23:12 +00:00
|
|
|
script = ExtResource( 2 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 20.0
|
|
|
|
margin_top = 20.0
|
|
|
|
margin_right = -20.0
|
|
|
|
margin_bottom = -20.0
|
2022-01-24 19:55:21 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-11-17 22:23:12 +00:00
|
|
|
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="MarginContainer"]
|
|
|
|
margin_right = 984.0
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_bottom = 560.0
|
2021-11-17 22:23:12 +00:00
|
|
|
dragger_visibility = 1
|
|
|
|
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="MarginContainer/VSplitContainer"]
|
|
|
|
margin_right = 984.0
|
|
|
|
margin_bottom = 72.0
|
|
|
|
dragger_visibility = 1
|
|
|
|
|
|
|
|
[node name="BackButton" type="Button" parent="MarginContainer/VSplitContainer/HSplitContainer"]
|
2022-01-20 15:50:44 +00:00
|
|
|
margin_right = 116.0
|
2021-11-17 22:23:12 +00:00
|
|
|
margin_bottom = 72.0
|
|
|
|
text = "Back"
|
|
|
|
|
|
|
|
[node name="Title" type="Label" parent="MarginContainer/VSplitContainer/HSplitContainer"]
|
2022-01-20 15:50:44 +00:00
|
|
|
margin_left = 140.0
|
2021-11-17 22:23:12 +00:00
|
|
|
margin_right = 984.0
|
|
|
|
margin_bottom = 72.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "Settings"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="TabContainer" type="TabContainer" parent="MarginContainer/VSplitContainer"]
|
2021-11-17 22:23:12 +00:00
|
|
|
margin_top = 96.0
|
|
|
|
margin_right = 984.0
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_bottom = 560.0
|
|
|
|
|
|
|
|
[node name="Gameplay" type="ScrollContainer" parent="MarginContainer/VSplitContainer/TabContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
|
|
|
|
[node name="Gameplay" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Gameplay"]
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 82.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="MultiplayerNameLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Gameplay/Gameplay"]
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Multiplayer name"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MultiplayerNameBox" type="LineEdit" parent="MarginContainer/VSplitContainer/TabContainer/Gameplay/Gameplay"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 82.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Audio" type="ScrollContainer" parent="MarginContainer/VSplitContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
|
|
|
|
[node name="Audio" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Audio"]
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 190.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="MasterLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Master"
|
2021-11-17 22:23:12 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="MasterSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="SoundEffectsLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_top = 66.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 84.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Sound Effects"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="SoundEffectsSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_top = 92.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 124.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MusicLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_top = 132.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 150.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Music"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MusicSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Audio/Audio"]
|
|
|
|
margin_top = 158.0
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 190.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Video" type="ScrollContainer" parent="MarginContainer/VSplitContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
|
2022-01-24 19:55:21 +00:00
|
|
|
[node name="TabContainer" type="TabContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video"]
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_right = 968.0
|
2022-01-24 19:55:21 +00:00
|
|
|
margin_bottom = 384.0
|
2022-01-21 22:06:33 +00:00
|
|
|
size_flags_horizontal = 3
|
2022-01-24 19:55:21 +00:00
|
|
|
size_flags_vertical = 3
|
2022-01-21 22:06:33 +00:00
|
|
|
|
2022-01-24 19:55:21 +00:00
|
|
|
[node name="System" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="FullscreenCheckBox" type="CheckBox" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/System"]
|
|
|
|
margin_right = 952.0
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_bottom = 48.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Fullscreen"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-24 19:55:21 +00:00
|
|
|
[node name="BorderlessCheckBox" type="CheckBox" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/System"]
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_top = 56.0
|
2022-01-24 19:55:21 +00:00
|
|
|
margin_right = 952.0
|
2022-01-21 22:06:33 +00:00
|
|
|
margin_bottom = 104.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Borderless"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-24 19:55:21 +00:00
|
|
|
[node name="Camera" type="HSplitContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
split_offset = -500
|
|
|
|
|
|
|
|
[node name="Camera" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera"]
|
|
|
|
margin_right = 129.0
|
|
|
|
margin_bottom = 556.0
|
|
|
|
rect_pivot_offset = Vector2( -793.71, -168 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="FovLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "FOV"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="FovSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
min_value = 1.0
|
|
|
|
max_value = 180.0
|
|
|
|
step = 0.1
|
|
|
|
value = 70.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveForwardLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 66.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 84.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move forward"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveForwardSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 92.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 124.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveBackwardLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 132.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 150.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move back"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveBackwardSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 158.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 190.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveLeftLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 198.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 216.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move left"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveLeftSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 224.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 256.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveRightLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 264.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 282.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move right"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveRightSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 290.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 322.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveUpLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 330.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 348.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move up"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveUpSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 356.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 388.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveDownLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 396.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 414.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Move down"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MoveDownSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera"]
|
|
|
|
margin_top = 422.0
|
|
|
|
margin_right = 404.0
|
|
|
|
margin_bottom = 454.0
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.01
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera"]
|
|
|
|
margin_left = 153.0
|
|
|
|
margin_right = 952.0
|
|
|
|
margin_bottom = 556.0
|
|
|
|
|
|
|
|
[node name="ViewportContainer" type="ViewportContainer" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/VBoxContainer"]
|
|
|
|
margin_left = 153.0
|
|
|
|
margin_right = 952.0
|
|
|
|
margin_bottom = 500.0
|
|
|
|
|
|
|
|
[node name="Viewport" type="Viewport" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/VBoxContainer/ViewportContainer"]
|
|
|
|
size = Vector2( 500, 500 )
|
|
|
|
handle_input_locally = false
|
|
|
|
render_target_update_mode = 0
|
|
|
|
gui_disable_input = true
|
|
|
|
|
|
|
|
[node name="VehicleSelector" type="OptionButton" parent="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/VBoxContainer"]
|
|
|
|
margin_right = 349.0
|
|
|
|
margin_bottom = 48.0
|
|
|
|
align = 1
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="Controls" type="ScrollContainer" parent="MarginContainer/VSplitContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = -8.0
|
|
|
|
margin_bottom = -8.0
|
|
|
|
|
|
|
|
[node name="Controls" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls"]
|
|
|
|
margin_right = 968.0
|
|
|
|
margin_bottom = 566.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
|
|
|
|
[node name="Steering" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer"]
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Steering"]
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Steering"
|
|
|
|
|
|
|
|
[node name="HSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Steering"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
min_value = -1.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.01
|
|
|
|
editable = false
|
|
|
|
|
|
|
|
[node name="Throttle" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer"]
|
|
|
|
margin_left = 238.0
|
|
|
|
margin_right = 468.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Throttle"]
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Throttle"
|
|
|
|
|
|
|
|
[node name="HSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Throttle"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.01
|
|
|
|
editable = false
|
|
|
|
|
|
|
|
[node name="Brakes" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer"]
|
|
|
|
margin_left = 476.0
|
|
|
|
margin_right = 706.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Brakes"]
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Brakes"
|
|
|
|
|
|
|
|
[node name="HSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Brakes"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.01
|
|
|
|
editable = false
|
|
|
|
|
|
|
|
[node name="Gear" type="VBoxContainer" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer"]
|
|
|
|
margin_left = 714.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Gear"]
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 18.0
|
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Gear"
|
|
|
|
|
|
|
|
[node name="HSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/HBoxContainer/Gear"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 58.0
|
|
|
|
min_value = -1.0
|
|
|
|
max_value = 6.0
|
|
|
|
editable = false
|
|
|
|
|
|
|
|
[node name="AutoClutchCheckBox" type="CheckBox" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 66.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 114.0
|
2021-11-17 22:23:12 +00:00
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Automatic Clutch"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="AutomaticTransmissionCheckBox" type="CheckBox" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 122.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 170.0
|
2021-11-17 22:23:12 +00:00
|
|
|
custom_fonts/font = SubResource( 3 )
|
|
|
|
text = "Automatic Transmission"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringSensitivityLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 178.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 196.0
|
2022-01-20 18:56:06 +00:00
|
|
|
custom_fonts/font = SubResource( 5 )
|
2022-01-21 22:06:33 +00:00
|
|
|
text = "Steering Sensitivity"
|
2022-01-20 18:56:06 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringSensitivitySlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 204.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 236.0
|
|
|
|
min_value = 0.01
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.01
|
|
|
|
value = 1.0
|
2022-01-20 18:56:06 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringInnerDeadzoneLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 244.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 262.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Steering Inner Deadzone"
|
2021-11-17 22:23:12 +00:00
|
|
|
align = 1
|
2022-01-21 22:06:33 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="SteeringInnerDeadzoneSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 270.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 302.0
|
|
|
|
max_value = 0.4
|
|
|
|
step = 0.01
|
|
|
|
value = 0.4
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-11-17 22:23:12 +00:00
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringOuterDeadzoneLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 310.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 328.0
|
2021-11-17 22:23:12 +00:00
|
|
|
custom_fonts/font = SubResource( 5 )
|
2022-01-21 22:06:33 +00:00
|
|
|
text = "Steering Outer Deadzone"
|
2021-11-17 22:23:12 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringOuterDeadzoneSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 336.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 368.0
|
|
|
|
max_value = 0.4
|
|
|
|
step = 0.01
|
|
|
|
value = 0.4
|
2021-11-17 22:23:12 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringReturnSpeedLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 376.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 394.0
|
2021-11-17 22:23:12 +00:00
|
|
|
custom_fonts/font = SubResource( 5 )
|
2022-01-21 22:06:33 +00:00
|
|
|
text = "Steering Return Speed"
|
2021-11-17 22:23:12 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="SteeringReturnSpeedSlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 402.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 434.0
|
|
|
|
max_value = 60.0
|
|
|
|
step = 0.01
|
2021-11-17 22:23:12 +00:00
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="ThrottleSensitivityLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 442.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 460.0
|
2021-11-17 22:23:12 +00:00
|
|
|
custom_fonts/font = SubResource( 5 )
|
2022-01-21 22:06:33 +00:00
|
|
|
text = "Throttle Sensitivity"
|
2021-11-17 22:23:12 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="ThrottleSensitivitySlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 468.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 500.0
|
|
|
|
min_value = 0.01
|
2021-11-17 22:23:12 +00:00
|
|
|
max_value = 1.0
|
2022-01-21 22:06:33 +00:00
|
|
|
step = 0.01
|
2021-11-17 22:23:12 +00:00
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="BrakesSensitivityLabel" type="Label" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 508.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 526.0
|
|
|
|
custom_fonts/font = SubResource( 5 )
|
|
|
|
text = "Brakes Sensitivity"
|
2021-11-18 19:05:35 +00:00
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-21 22:06:33 +00:00
|
|
|
[node name="BrakesSensitivitySlider" type="HSlider" parent="MarginContainer/VSplitContainer/TabContainer/Controls/Controls"]
|
|
|
|
margin_top = 534.0
|
|
|
|
margin_right = 944.0
|
|
|
|
margin_bottom = 566.0
|
|
|
|
min_value = 0.01
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.01
|
|
|
|
value = 1.0
|
2021-11-18 19:05:35 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-11-17 22:23:12 +00:00
|
|
|
[connection signal="pressed" from="MarginContainer/VSplitContainer/HSplitContainer/BackButton" to="." method="_on_BackButton_pressed"]
|
2022-01-21 22:06:33 +00:00
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Audio/Audio/MasterSlider" to="." method="_on_MasterSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Audio/Audio/SoundEffectsSlider" to="." method="_on_SoundEffectsSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Audio/Audio/MusicSlider" to="." method="_on_MusicSlider_value_changed"]
|
2022-01-24 19:55:21 +00:00
|
|
|
[connection signal="toggled" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/System/FullscreenCheckBox" to="." method="_on_fullscreen_toggled"]
|
|
|
|
[connection signal="toggled" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/System/BorderlessCheckBox" to="." method="_on_borderless_toggled"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/FovSlider" to="." method="_on_FovSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveForwardSlider" to="." method="_on_MoveForwardSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveBackwardSlider" to="." method="_on_MoveBackwardSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveLeftSlider" to="." method="_on_MoveLeftSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveRightSlider" to="." method="_on_MoveRightSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveUpSlider" to="." method="_on_MoveUpSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/Camera/MoveDownSlider" to="." method="_on_MoveDownSlider_value_changed"]
|
|
|
|
[connection signal="item_selected" from="MarginContainer/VSplitContainer/TabContainer/Video/TabContainer/Camera/VBoxContainer/VehicleSelector" to="." method="_on_VehicleSelector_item_selected"]
|
2022-01-21 22:06:33 +00:00
|
|
|
[connection signal="toggled" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/AutoClutchCheckBox" to="." method="_on_autoclutch_toggled"]
|
|
|
|
[connection signal="toggled" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/AutomaticTransmissionCheckBox" to="." method="_on_automatictransmission_toggled"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/SteeringSensitivitySlider" to="." method="_on_SteeringSensitivitySlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/SteeringInnerDeadzoneSlider" to="." method="_on_SteeringInnerDeadzoneSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/SteeringOuterDeadzoneSlider" to="." method="_on_SteeringOuterDeadzoneSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/SteeringReturnSpeedSlider" to="." method="_on_SteeringReturnSpeedSlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/ThrottleSensitivitySlider" to="." method="_on_ThrottleSensitivitySlider_value_changed"]
|
|
|
|
[connection signal="value_changed" from="MarginContainer/VSplitContainer/TabContainer/Controls/Controls/BrakesSensitivitySlider" to="." method="_on_BrakesSensitivitySlider_value_changed"]
|