Skip to content

Commit

Permalink
fix lofi
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jan 8, 2024
1 parent e705c38 commit 21ace22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { iterdeck, fromTrueMark } from './etgutil.js';
import OriginalCards from './vanilla/Cards.js';
import OpenCards from './Cards.js';
import enums from './enum.json' assert { type: 'json' };
import { randint } from './util.js';
import * as wasm from './rs/pkg/etg.js';

const GameMoveType = ['end', 'cast', 'accept', 'mulligan', 'foe', 'resign'];
Expand Down
4 changes: 2 additions & 2 deletions src/views/Match.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { Index, For, Show } from 'solid-js/web';

import { playSound } from '../audio.js';
import { eleNames, strcols, maybeLightenStr } from '../ui.js';
import { strcols, maybeLightenStr } from '../ui.js';
import { encodeCode, asShiny } from '../etgutil.js';
import { mkAi } from '../mkAi.js';
import { userEmit, userExec, setCmds } from '../sock.jsx';
Expand Down Expand Up @@ -1529,7 +1529,7 @@ export default function Match(props) {
endPos={effects().endPos}
getIdTrack={getIdTrack}
setIdTrack={setIdTrack}
lofiArt={props.lofiArt}
lofiArt={lofiArt}
game={game()}
p1id={p1id()}
setInfo={setInfo}
Expand Down

0 comments on commit 21ace22

Please sign in to comment.