From 5e712f625536390a28bbf66829bd26f3f84a189c Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 28 Dec 2024 17:02:02 -0500 Subject: * --- html/rogue/js/debug.js | 2 +- html/rogue/js/hex.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'html') diff --git a/html/rogue/js/debug.js b/html/rogue/js/debug.js index 6477a83..f2e0b02 100644 --- a/html/rogue/js/debug.js +++ b/html/rogue/js/debug.js @@ -33,7 +33,7 @@ const Debug = { draw(ctx) { if (!this.isEnabled) return; - const padding = 10; + const padding = 30; const lineHeight = 20; let y = padding; diff --git a/html/rogue/js/hex.js b/html/rogue/js/hex.js index ab787f6..fa08e3d 100644 --- a/html/rogue/js/hex.js +++ b/html/rogue/js/hex.js @@ -6,7 +6,6 @@ const HexGrid = { get HEIGHT() { return Config.hex.HEIGHT }, get GRID_SIZE() { return Config.hex.GRID_SIZE }, COLOR: Config.colors.GRID, - IMPASSABLE_COLOR: "rgba(255, 0, 0, 0.967)", // hex to pixel toPixel(hex) { -- cgit 1.4.1-2-gfad0