Skip to content

Commit

Permalink
Download Spineboy assets from spine-v8 repo (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncksllvn authored Oct 11, 2024
1 parent 409cbfd commit 485c83a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tutorials/v8.0.0/spineBoyAdventure/step1/step1-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Let's then preload all of our required assets upfront which includes:
await Assets.load([
{
alias: 'spineSkeleton',
src: 'https://pixijs.com/assets/tutorials/spineboy-adventure/spineboy.skel',
src: 'https://raw.githubusercontent.com/pixijs/spine-v8/main/examples/assets/spineboy-pro.skel',
},
{
alias: 'spineAtlas',
src: 'https://pixijs.com/assets/tutorials/spineboy-adventure/spineboy.atlas',
src: 'https://raw.githubusercontent.com/pixijs/spine-v8/main/examples/assets/spineboy-pma.atlas',
},
{
alias: 'sky',
Expand All @@ -61,4 +61,4 @@ await Assets.load([
]);
```

Now you are ready to dive straight into the adventure! Proceed to the next exercise using the _Next >_ button below, or feel free to skip to any exercise using the drop-down menu on the top right hand corner of the card.
Now you are ready to dive straight into the adventure! Proceed to the next exercise using the _Next >_ button below, or feel free to skip to any exercise using the drop-down menu on the top right hand corner of the card.

0 comments on commit 485c83a

Please sign in to comment.