Skip to content

Commit

Permalink
Set grid to 100% opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Jun 28, 2023
1 parent 35441f6 commit d4afd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gameobjects/eomap.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const layerInfo = [
{ xoff: 0, yoff: 0, alpha: 0.50, centered: false, bottomOrigin: true, depth: 4.0 + TDG * 2 }, // Sign
{ xoff: 0, yoff: 0, alpha: 0.50, centered: false, bottomOrigin: true, depth: 4.0 + TDG * 3 }, // Item
{ xoff: 0, yoff: 0, alpha: 0.50, centered: false, bottomOrigin: true, depth: 4.0 + TDG * 4 }, // NPC
{ xoff: 0, yoff: 0, alpha: 0.75, centered: false, bottomOrigin: false, depth: 5.0 + TDG * 1 }, // Grid
{ xoff: 0, yoff: 0, alpha: 1.00, centered: false, bottomOrigin: false, depth: 5.0 + TDG * 1 }, // Grid
];

const layerFiles = [3, 4, 5, 6, 6, 7, 3, 22, 5];
Expand Down

0 comments on commit d4afd88

Please sign in to comment.