Skip to content

Commit

Permalink
meme use sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Dec 16, 2023
1 parent d1eb0e3 commit f7063da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/PIXIMsg/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const PIXIMsg = (props: IProps) => {
players.filter(player => !isDelivery(player) && getValidMsgContent(player?.addr?.toLocaleLowerCase(), msgMap)).map((player) => (
<Container position={[player.x * cellSize, player.y * cellSize]} key={player.addr}>
<Sprite
image={'/assets/img/meme/box.svg'}
image={'/assets/img/meme/box.png'}
width={56}
height={50}
x={cellSize + 18}
Expand Down

0 comments on commit f7063da

Please sign in to comment.