Skip to content

Commit

Permalink
fix(controls): Controls "kb1" now accepts SPACE and ENTER in addition…
Browse files Browse the repository at this point in the history
… to M as FIRE.
  • Loading branch information
ekorina committed May 17, 2023
1 parent 6d214e8 commit 0a3d5d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions godot/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ Analytics="*res://globals/analytics.gd"
LifecycleAPI="*res://globals/LifecycleAPI.gd"
Logger="*res://globals/Logger.gd"
SoundEffects="*res://globals/SoundEffects.gd"
GameAnalytics="*res://addons/Godot-GameAnalytics/GameAnalytics.gd"

[debug]

Expand Down Expand Up @@ -1055,6 +1056,8 @@ kb1_right={
kb1_fire={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":77,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
]
}
kb2_right={
Expand Down

0 comments on commit 0a3d5d5

Please sign in to comment.