Skip to content

Commit

Permalink
Fix texture url
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 24, 2024
1 parent 60d4cac commit 114bd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fragment from './triangleTextured.frag';

(async () =>
{
const texture = await Assets.load('assets/bg_scene_rotate@2x.jpg');
const texture = await Assets.load('https://pixijs.com/assets/bg_scene_rotate.jpg');

// Create a new application
const app = new Application();
Expand Down

0 comments on commit 114bd74

Please sign in to comment.