delete the test game
This commit is contained in:
parent
e27e0f571d
commit
8f1fb96ac9
@ -79,19 +79,6 @@ function clickPlay() {
|
||||
open();
|
||||
}
|
||||
|
||||
const testGame = ref<Game>({
|
||||
players: [
|
||||
{ hp: 4, items: ['🔍', '🔪', '', '', '', '', '', ''] },
|
||||
{ hp: 3, items: ['👮', '🚬', '', '', '', '', '', ''] },
|
||||
],
|
||||
round: 1,
|
||||
dealer: true,
|
||||
damage: 1,
|
||||
previous: null,
|
||||
live: 3,
|
||||
blank: 4,
|
||||
});
|
||||
|
||||
function action(evt: Action) {
|
||||
console.log('send action', evt);
|
||||
send(JSON.stringify(action));
|
||||
|
Loading…
Reference in New Issue
Block a user