Skip to content

Commit 6630f87

Browse files
committed
Remapped fire2 to L2
fire2 overlapped with precision mode. Remapped to L2 to match with fire on L1.
1 parent 4427098 commit 6630f87

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

project/UI/MainMenu.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
[ext_resource path="res://UI/MainMenu.gd" type="Script" id=8]
1111
[ext_resource path="res://UI/ScreenFader.tscn" type="PackedScene" id=9]
1212

13-
14-
15-
1613
[node name="MainMenu" type="Control"]
1714
anchor_right = 1.0
1815
anchor_bottom = 1.0

project/UI/Menus/Upgrades/UpgradeMenu.tscn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
anchor_right = 1.0
1515
anchor_bottom = 1.0
1616
script = ExtResource( 4 )
17-
__meta__ = {
18-
"_edit_use_anchors_": false
19-
}
2017

2118
[node name="HBoxContainer" type="HBoxContainer" parent="."]
2219
pause_mode = 2

project/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ fire={
466466
fire2={
467467
"deadzone": 0.5,
468468
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
469-
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
469+
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
470470
]
471471
}
472472
toggle_dock={

0 commit comments

Comments
 (0)