Skip to content

Commit

Permalink
fix: Sprite image relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Jan 6, 2024
1 parent 0af1bbd commit 07e611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static/content/examples/sprites/Sprite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const App: FC = () => {

<spriteManager
name="playerManager"
imgUrl="../../../assets/images/player.png"
imgUrl="../../assets/images/player.png"
capacity={3}
cellSize={64}
>
Expand Down

0 comments on commit 07e611b

Please sign in to comment.