Skip to content

Commit

Permalink
updated image color to match implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegita2 committed Jan 31, 2024
1 parent 1793b5b commit 2569e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/services/phaser/tilemap/tile-drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class TileDrawer extends BaseObject {
let textColor = 'rgba(0,0,0,0.6)';
let backgroundColor = 0xffffff;
if (Globals.settingsService.getSettings().selectionBoxDark) {
textColor = 'rgba(255,255,255,0.8)';
textColor = 'rgba(255,255,255,0.9)';
backgroundColor = 0x333333;
}

Expand Down
Binary file modified webapp/src/assets/selection-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2569e78

Please sign in to comment.