forked from team-sg/hero-mark-2
gamepad buttons
This commit is contained in:
parent
35b757cd22
commit
85a331ed37
5 changed files with 51 additions and 6 deletions
|
@ -83,11 +83,12 @@ margin_bottom = 32.0
|
|||
unique_name_in_owner = true
|
||||
margin_top = 36.0
|
||||
margin_right = 218.0
|
||||
margin_bottom = 64.0
|
||||
margin_bottom = 146.0
|
||||
focus_mode = 2
|
||||
tabs_visible = false
|
||||
|
||||
[node name="Game" type="VBoxContainer" parent="CenterContainer/PanelContainer/MarginContainer/VBoxContainer/Tabs"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
focus_next = NodePath("Rumble/SelectRumble")
|
||||
|
@ -446,7 +447,6 @@ script = ExtResource( 3 )
|
|||
options = [ "off", "on" ]
|
||||
|
||||
[node name="Input" type="VBoxContainer" parent="CenterContainer/PanelContainer/MarginContainer/VBoxContainer/Tabs"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
focus_next = NodePath("Left/Keyboard")
|
||||
|
@ -509,6 +509,7 @@ margin_right = 218.0
|
|||
margin_bottom = 10.0
|
||||
size_flags_horizontal = 3
|
||||
text = "-"
|
||||
icon_align = 1
|
||||
script = ExtResource( 9 )
|
||||
action = "move_left"
|
||||
options_screen = NodePath("../../../../../../../..")
|
||||
|
@ -675,9 +676,9 @@ options_screen = NodePath("../../../../../../../..")
|
|||
|
||||
[node name="DefaultControls" type="Button" parent="CenterContainer/PanelContainer/MarginContainer/VBoxContainer/Tabs/Input"]
|
||||
margin_left = 81.0
|
||||
margin_top = 32.0
|
||||
margin_top = 100.0
|
||||
margin_right = 137.0
|
||||
margin_bottom = 42.0
|
||||
margin_bottom = 110.0
|
||||
size_flags_horizontal = 4
|
||||
text = "defaults"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue