toggle preview evt

This commit is contained in:
Zutatensuppe 2021-05-09 22:17:41 +02:00
parent 68a51ce322
commit 5a7d2edb62
2 changed files with 81 additions and 72 deletions

View file

@ -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,