add hotkeys for replay speed up/down pause
This commit is contained in:
parent
514b3c6b22
commit
3447681f10
7 changed files with 48 additions and 5 deletions
File diff suppressed because one or more lines are too long
1
build/public/assets/index.c6197c7d.js
Normal file
1
build/public/assets/index.c6197c7d.js
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
|
||||
<title>🧩 jigsaw.hyottoko.club</title>
|
||||
<script type="module" crossorigin src="/assets/index.ab1d6e0f.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.c6197c7d.js"></script>
|
||||
<link rel="modulepreload" href="/assets/vendor.684f7bc8.js">
|
||||
<link rel="stylesheet" href="/assets/index.8f0efd0f.css">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -358,6 +358,9 @@ const INPUT_EV_PLAYER_NAME = 8;
|
|||
const INPUT_EV_MOVE = 9;
|
||||
const INPUT_EV_TOGGLE_PREVIEW = 10;
|
||||
const INPUT_EV_TOGGLE_SOUNDS = 11;
|
||||
const INPUT_EV_REPLAY_TOGGLE_PAUSE = 12;
|
||||
const INPUT_EV_REPLAY_SPEED_UP = 13;
|
||||
const INPUT_EV_REPLAY_SPEED_DOWN = 14;
|
||||
const CHANGE_DATA = 1;
|
||||
const CHANGE_TILE = 2;
|
||||
const CHANGE_PLAYER = 3;
|
||||
|
|
@ -381,6 +384,9 @@ var Protocol = {
|
|||
INPUT_EV_PLAYER_NAME,
|
||||
INPUT_EV_TOGGLE_PREVIEW,
|
||||
INPUT_EV_TOGGLE_SOUNDS,
|
||||
INPUT_EV_REPLAY_TOGGLE_PAUSE,
|
||||
INPUT_EV_REPLAY_SPEED_UP,
|
||||
INPUT_EV_REPLAY_SPEED_DOWN,
|
||||
CHANGE_DATA,
|
||||
CHANGE_TILE,
|
||||
CHANGE_PLAYER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue