Skip to content

Commit fb794c8

Browse files
committed
Update bindings
1 parent 491955a commit fb794c8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

BINDINGS.RU.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ RIGHT-STICK-RIGHT = NONE
2727
RIGHT-STICK-DOWN = NONE
2828
```
2929

30+
Для поддержки второго игрока продублируйте секцию `[FIRST-GAMEPAD]` вместе со всеми кнопками в конец файла и переименуйте её в `[SECOND-GAMEPAD]`:
31+
```ini
32+
[SECOND-GAMEPAD]
33+
...
34+
```
35+
3036
## Клавиатура и мышь
3137
Название клавиши | Значение
3238
------------ | -------------

BINDINGS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ RIGHT-STICK-RIGHT = NONE
2727
RIGHT-STICK-DOWN = NONE
2828
```
2929

30+
To enable support for a second player, duplicate the `[FIRST-GAMEPAD]` section along with all its buttons at the end of the file and rename it to `[SECOND-GAMEPAD]`:
31+
```ini
32+
[SECOND-GAMEPAD]
33+
...
34+
```
35+
3036
## Keyboard and mouse
3137
Key name | Value
3238
------------ | -------------

0 commit comments

Comments
 (0)