Skip to content

Commit

Permalink
New bunny location from updated examples (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
themoonrat authored and englercj committed Feb 13, 2019
1 parent 9267471 commit 6b0ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ var app = new PIXI.Application({
document.body.appendChild(app.view);
// Load the bunny texture
app.loader.add('bunny', 'https://pixijs.io/examples/required/assets/basics/bunny.png')
app.loader.add('bunny', 'https://pixijs.io/examples/examples/assets/bunny.png')
.load(startup);
function startup()
Expand Down

0 comments on commit 6b0ec91

Please sign in to comment.