Skip to content

Commit

Permalink
fix: path to sprite build
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Apr 15, 2024
1 parent e18c4b2 commit 30a42de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playground/src/pages/playground/playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function onPaneCreated(pane: Pane) {
dudeFolder.addButton({ title: 'Show emote' }).on('click', spitEmoteDudes)
dudeFolder.addButton({ title: 'Clear' }).on('click', clearDudes)
dudeFolder.addButton({ title: 'Sprite builder (MVP)' }).on('click', () => {
window.location.href = '/sprite-builder.html'
window.location.href = '/dudes/sprite-builder.html'
})
const messageBoxFolder = pane.addFolder({ title: 'Message', expanded: false })
Expand Down

0 comments on commit 30a42de

Please sign in to comment.