Skip to content

Commit a407021

Browse files
committed
cleanup, update changelog
1 parent 611d4df commit a407021

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a message as the second (both positionally), and show them in a temporary messag
2121
# Changelog
2222

2323
### v1.6
24-
- Linting fixes.
24+
- Made Willow1 use UE3 controller key names.
2525

2626
### v1.5
2727
- Support host-only coop support value.

key_matching.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@
172172
"Y",
173173
"Z",
174174
"Zero",
175-
*(KNOWN_UE3_CONTROLLER_KEYS
176-
if Game.get_tree() in [Game.Willow1, Game.Willow2]
177-
else KNOWN_UE4_CONTROLLER_KEYS),
175+
*(
176+
KNOWN_UE3_CONTROLLER_KEYS
177+
if Game.get_tree() in [Game.Willow1, Game.Willow2]
178+
else KNOWN_UE4_CONTROLLER_KEYS
179+
),
178180
}
179181

180182
# endregion

0 commit comments

Comments
 (0)