Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 5, 2024
1 parent 29b25c0 commit 417dfa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/components/sprites.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Check out the [sprite example code](../../examples/sprite/basic).

## Using Sprites

In our [Container guide](container), we learned about the Container class and the various properties it defines. Since Sprite objects are also containers, you can move a sprite, rotate it, and update any other display property.
In our [Container guide](./containers), we learned about the Container class and the various properties it defines. Since Sprite objects are also containers, you can move a sprite, rotate it, and update any other display property.

## Alpha, Tint and Blend Modes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prebuild": "npm run update-pixi-version-configs && npm run generate-content",
"build": "docusaurus build",
"clear": "docusaurus clear",
"predeploy": "npm run update-pixi-version-configs && npm run generate-content",
"predeploy": "npm run generate-content",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"lint": "eslint . --ext .js,.mjs,.jsx,.ts,.tsx --max-warnings=0",
Expand Down
6 changes: 3 additions & 3 deletions pixi-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build": "https://pixijs.download/v8.0.0/pixi.min.js",
"docs": "https://pixijs.download/v8.0.0/docs/index.html",
"npm": "8.0.0",
"prerelease": true,
"latest": false,
"prerelease": false,
"latest": true,
"isCurrent": true
}
]
]

0 comments on commit 417dfa4

Please sign in to comment.