Skip to content

Commit

Permalink
skin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanPlayz100 committed Oct 13, 2024
1 parent a38b126 commit 85cadf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class Renderer {

// skins
let skin = this.game.settings.display.skin;
if (defaultSkins.includes(skin)) skin = `../assets/skins/${skin}.png`;
if (defaultSkins.includes(skin)) skin = `./assets/skins/${skin}.png`;
this.game.boardrender.loadImage(skin);

// sidebar constants
Expand Down

0 comments on commit 85cadf7

Please sign in to comment.