Skip to content

Commit

Permalink
Fix: Demo script links to PixiJS
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 11, 2024
1 parent 071e9a3 commit c6df8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</style>
</head>
<body>
<script src="https://pixijs.download/dev/pixi.js"></script>
<script src="https://pixijs.download/v7.x/pixi.js"></script>
<script src="https://unpkg.com/@pixi/layers/dist/pixi-layers.js"></script>
<script src="../dist/pixi-lights.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</style>
</head>
<body>
<script src="https://pixijs.download/dev/pixi.js"></script>
<script src="https://pixijs.download/v7.x/pixi.js"></script>
<script src="https://unpkg.com/@pixi/layers/dist/pixi-layers.js"></script>
<script src="../dist/pixi-lights.js"></script>
<script>
Expand Down

0 comments on commit c6df8c8

Please sign in to comment.