Skip to content

Commit

Permalink
use smaller logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Sep 4, 2024
1 parent 7faa2b1 commit 226b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/kibibit-logo.scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class KibibitLogoScene extends Phaser.Scene {
this.load.setBaseURL('https://kibibit.io/kibibit-assets');

this.load.image('sky', '4HPEcJ8.jpg');
this.load.image('logo', '1x/long-white.png');
this.load.image('logo', 'long-white-small.png');
this.load.image('red', 'https://labs.phaser.io/assets/particles/red.png' );
}

Expand Down

0 comments on commit 226b75f

Please sign in to comment.