2022-12-31 23:03:26 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://joypads.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://joypad_diagram.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://remap/remap_wizard.tscn" type="PackedScene" id=3]
|
|
|
|
|
|
|
|
[node name="joypads" type="Control"]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -270.0
|
|
|
|
margin_top = -240.0
|
|
|
|
margin_right = 270.0
|
|
|
|
margin_bottom = 240.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="JoypadDiagram" parent="." instance=ExtResource( 2 )]
|
|
|
|
position = Vector2( 415, 170 )
|
|
|
|
scale = Vector2( 0.5, 0.5 )
|
|
|
|
|
|
|
|
[node name="DeviceInfo" type="HBoxContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
rect_min_size = Vector2( 500, 30 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="DeviceInfo"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "Device"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="JoyNumber" type="SpinBox" parent="DeviceInfo"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 134.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
rect_min_size = Vector2( 80, 0 )
|
|
|
|
size_flags_vertical = 3
|
|
|
|
max_value = 16.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="DeviceInfo"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
|
|
margin_left = 138.0
|
|
|
|
margin_right = 148.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
rect_min_size = Vector2( 10, 0 )
|
|
|
|
|
|
|
|
[node name="JoyName" type="Label" parent="DeviceInfo"]
|
|
|
|
margin_left = 152.0
|
|
|
|
margin_right = 540.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 0.229156, 1, 0.239205, 1 )
|
|
|
|
text = "Controller Name Here"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axes" type="VBoxContainer" parent="."]
|
|
|
|
margin_top = 50.0
|
|
|
|
margin_right = 255.0
|
|
|
|
margin_bottom = 310.0
|
|
|
|
|
|
|
|
[node name="Axis0" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis0"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 0"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis0"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis0/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis1" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis1"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 1"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis1"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis1/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis2" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 48.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis2"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 2"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis2"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis2/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis3" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 92.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis3"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 3"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis3"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis3/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis4" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 96.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 116.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis4"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 4"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis4"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis4/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis5" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 120.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 140.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis5"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 5"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis5"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis5/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis6" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 144.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis6"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 6"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis6"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis6/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis7" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 168.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 188.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis7"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 7"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis7"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis7/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis8" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 192.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 212.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis8"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 8"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis8"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis8/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis9" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 216.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 236.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis9"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 9"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis9"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis9/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Axis10" type="HBoxContainer" parent="Axes"]
|
|
|
|
margin_top = 240.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 260.0
|
|
|
|
rect_min_size = Vector2( 260, 20 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Axes/Axis10"]
|
|
|
|
margin_right = 50.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 50, 0 )
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "Axis 10"
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Axes/Axis10"]
|
|
|
|
margin_left = 54.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
min_value = -100.0
|
|
|
|
step = 0.0001
|
|
|
|
percent_visible = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="Axes/Axis10/ProgressBar"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Buttons" type="VBoxContainer" parent="."]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = -250.0
|
|
|
|
margin_top = -150.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Buttons"]
|
|
|
|
margin_right = 54.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 2
|
|
|
|
size_flags_vertical = 0
|
|
|
|
text = "Buttons:"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ButtonGrid" type="GridContainer" parent="Buttons"]
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 250.0
|
|
|
|
margin_bottom = 92.0
|
|
|
|
rect_min_size = Vector2( 200, 0 )
|
|
|
|
columns = 8
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="0" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 28.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "0"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="1" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 32.0
|
|
|
|
margin_right = 60.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "1"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="2" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 64.0
|
|
|
|
margin_right = 92.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "2"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="3" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 96.0
|
|
|
|
margin_right = 124.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "3"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="4" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 128.0
|
|
|
|
margin_right = 156.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "4"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="5" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 160.0
|
|
|
|
margin_right = 188.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "5"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="6" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 192.0
|
|
|
|
margin_right = 219.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "6"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="7" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 223.0
|
|
|
|
margin_right = 250.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "7"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="8" type="Label" parent="Buttons/ButtonGrid"]
|
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 28.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "8"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="9" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 32.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 60.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "9"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="10" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 64.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 92.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "10"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="11" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 96.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 124.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "11"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="12" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 128.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 156.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "12"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="13" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 160.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 188.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "13"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="14" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 192.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 219.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "14"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="15" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 223.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 24.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 250.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 44.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "15"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="16" type="Label" parent="Buttons/ButtonGrid"]
|
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 28.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "16"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="17" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 32.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 60.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "17"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="18" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 64.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 92.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "18"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="19" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 96.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 124.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "19"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="20" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 128.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 156.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "20"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="21" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 160.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 188.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "21"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="22" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 192.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 219.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "22"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="23" type="Label" parent="Buttons/ButtonGrid"]
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_left = 223.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_top = 48.0
|
2023-04-06 22:09:46 +02:00
|
|
|
margin_right = 250.0
|
2022-12-31 23:03:26 +01:00
|
|
|
margin_bottom = 68.0
|
|
|
|
rect_min_size = Vector2( 0, 20 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
|
|
|
|
text = "23"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Vibration" type="VBoxContainer" parent="."]
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_top = -140.0
|
|
|
|
margin_right = 260.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Weak" type="HBoxContainer" parent="Vibration"]
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_min_size = Vector2( 260, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Vibration/Weak"]
|
|
|
|
margin_right = 182.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "Vibration Weak Motor:"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="SpinBox" parent="Vibration/Weak"]
|
|
|
|
margin_left = 186.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Strong" type="HBoxContainer" parent="Vibration"]
|
|
|
|
margin_top = 28.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 52.0
|
|
|
|
rect_min_size = Vector2( 260, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Vibration/Strong"]
|
|
|
|
margin_right = 182.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "Vibration Strong Motor:"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="SpinBox" parent="Vibration/Strong"]
|
|
|
|
margin_left = 186.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Duration" type="HBoxContainer" parent="Vibration"]
|
|
|
|
margin_top = 56.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 80.0
|
|
|
|
rect_min_size = Vector2( 260, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Vibration/Duration"]
|
|
|
|
margin_right = 182.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "Vibration Duration:"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Value" type="SpinBox" parent="Vibration/Duration"]
|
|
|
|
margin_left = 186.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
max_value = 10.0
|
|
|
|
step = 0.1
|
|
|
|
value = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="Vibration"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
|
|
margin_top = 84.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 94.0
|
|
|
|
rect_min_size = Vector2( 0, 10 )
|
|
|
|
|
|
|
|
[node name="Buttons" type="HBoxContainer" parent="Vibration"]
|
|
|
|
margin_top = 98.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 128.0
|
|
|
|
rect_min_size = Vector2( 260, 30 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Start" type="Button" parent="Vibration/Buttons"]
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
focus_mode = 0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Start Vibration"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="Vibration/Buttons"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
|
|
margin_left = 120.0
|
|
|
|
margin_right = 140.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Stop" type="Button" parent="Vibration/Buttons"]
|
|
|
|
margin_left = 144.0
|
|
|
|
margin_right = 260.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Stop Vibration"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="HBoxContainer" parent="."]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = -250.0
|
|
|
|
margin_top = -42.0
|
|
|
|
margin_bottom = -12.0
|
|
|
|
alignment = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Clear" type="Button" parent="VBoxContainer"]
|
|
|
|
margin_left = 11.0
|
|
|
|
margin_right = 130.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
text = "Set Raw Mapping"
|
|
|
|
|
|
|
|
[node name="Remap" type="Button" parent="VBoxContainer"]
|
|
|
|
margin_left = 134.0
|
|
|
|
margin_right = 190.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
text = "Remap"
|
|
|
|
|
|
|
|
[node name="Show" type="Button" parent="VBoxContainer"]
|
|
|
|
margin_left = 194.0
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
text = "Show"
|
|
|
|
|
|
|
|
[node name="RemapWizard" parent="." instance=ExtResource( 3 )]
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Vibration/Buttons/Start" to="." method="_on_start_vibration_pressed"]
|
|
|
|
[connection signal="pressed" from="Vibration/Buttons/Stop" to="." method="_on_stop_vibration_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Clear" to="." method="_on_Clear_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Remap" to="." method="_on_Remap_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Show" to="." method="_on_Show_pressed"]
|