Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennycook committed Apr 21, 2024
1 parent 677c34f commit a60d2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/input_prompts/input_prompt_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ var preferred_icons := InputPrompt.Icons.AUTOMATIC:

## The deadzone value used to detect joypad activity. The default value is determined by the
## "addons/input_prompts/joypad_detection_deadzone" setting in [ProjectSettings].
var joypad_detection_deadzone := ProjectSettings.get_setting("addons/input_prompts/joypad_detection_deadzone", 0.5)
var joypad_detection_deadzone := ProjectSettings.get_setting(
"addons/input_prompts/joypad_detection_deadzone", 0.5
)


## Force all [InputPrompt] nodes to refresh their icons and events.
Expand Down

0 comments on commit a60d2b0

Please sign in to comment.