add option to toggle player names
This commit is contained in:
parent
b44ccbf819
commit
a406d8abe8
12 changed files with 135 additions and 37 deletions
|
|
@ -64,6 +64,8 @@ const INPUT_EV_REPLAY_TOGGLE_PAUSE = 12
|
|||
const INPUT_EV_REPLAY_SPEED_UP = 13
|
||||
const INPUT_EV_REPLAY_SPEED_DOWN = 14
|
||||
|
||||
const INPUT_EV_TOGGLE_PLAYER_NAMES = 15
|
||||
|
||||
const CHANGE_DATA = 1
|
||||
const CHANGE_TILE = 2
|
||||
const CHANGE_PLAYER = 3
|
||||
|
|
@ -98,6 +100,8 @@ export default {
|
|||
INPUT_EV_REPLAY_SPEED_UP,
|
||||
INPUT_EV_REPLAY_SPEED_DOWN,
|
||||
|
||||
INPUT_EV_TOGGLE_PLAYER_NAMES,
|
||||
|
||||
CHANGE_DATA,
|
||||
CHANGE_TILE,
|
||||
CHANGE_PLAYER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue