Skip to content

Commit

Permalink
Fix arrow keys not being rebinded correctly due to gamepad keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
PunchablePlushie committed Jun 17, 2023
1 parent 710a410 commit 8b2192f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/ggs/classes/ggs_input_helper.gd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var keywords: Dictionary = {
],

"gamepad_btn": [
"bot", "right", "left", "top", "back", "guide", "start",
"bbot", "bright", "bleft", "btop", "back", "guide", "start",
"left_stick", "right_stick", "left_shoulder", "right_shoulder",
"dup", "ddown", "dleft", "dright", "misc", "pad1", "pad2", "pad3", "pad4",
"touch"
Expand Down
2 changes: 1 addition & 1 deletion addons/ggs/editor/pref_window/pref_window.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ alignment = 0
[node name="VersionBtn" type="Button" parent="BgPanel/Margin/MainCtnr/FooterCtnr/InfoCtnr"]
layout_mode = 2
tooltip_text = "View Release"
text = "3.0"
text = "3.0.0"

[node name="ChangelogBtn" type="Button" parent="BgPanel/Margin/MainCtnr/FooterCtnr/InfoCtnr"]
layout_mode = 2
Expand Down
6 changes: 3 additions & 3 deletions addons/ggs/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name="Godot Game Settings"
description="Create and manage game settings."
author="PunchablePlushie"
version="3.0.0"
version="3.0.2"
script="plugin.gd"

; Check "ggs/editor/pref_window/info_ctnr.gd" for more info.
[extra]

release="releases/tag/3.0.0"
changelog="wiki/Changelog#300"
release="releases/tag/3.0.2"
changelog="wiki/Changelog#302"

0 comments on commit 8b2192f

Please sign in to comment.