Skip to content

Commit

Permalink
line
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriTimoz committed Dec 6, 2024
1 parent cc3cb2a commit 04530d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
let y = e.screen.y - app.screen.height/2;
submarine.fire(x, y);
};

let submarine_sprite = PIXI.Sprite.from('assets/submarine.png');
let submarine = new Submarine(app, screen, submarine_sprite, bullet_asset);

Expand Down

0 comments on commit 04530d7

Please sign in to comment.