mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #142] Add support for more than 1 joystick. #287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkali on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/142
Ideally it would work with 1 (all versions), 2, 3 or 4 controllers.
problem - how to assign player to a controller?
maybe an additional line in the difficulty level selection for human players?
[Use controller]: [ 1 ] [ 2 ] [ 3 ] [ 4 ]with a default set to
[ 1 ]@Pecusx commented on GitHub (Nov 18, 2022):
Done!