toggle preview evt
This commit is contained in:
parent
68a51ce322
commit
5a7d2edb62
2 changed files with 81 additions and 72 deletions
|
|
@ -59,6 +59,7 @@ const INPUT_EV_BG_COLOR = 6
|
|||
const INPUT_EV_PLAYER_COLOR = 7
|
||||
const INPUT_EV_PLAYER_NAME = 8
|
||||
const INPUT_EV_MOVE = 9
|
||||
const INPUT_EV_TOGGLE_PREVIEW = 10
|
||||
|
||||
const CHANGE_DATA = 1
|
||||
const CHANGE_TILE = 2
|
||||
|
|
@ -89,6 +90,8 @@ export default {
|
|||
INPUT_EV_PLAYER_COLOR,
|
||||
INPUT_EV_PLAYER_NAME,
|
||||
|
||||
INPUT_EV_TOGGLE_PREVIEW,
|
||||
|
||||
CHANGE_DATA,
|
||||
CHANGE_TILE,
|
||||
CHANGE_PLAYER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue