From e32eca0f7a4c5bce4a8ff5003887c090ae51fb7d Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Wed, 4 Apr 2018 17:26:05 +0200 Subject: [PATCH] Lower Alpha Build Rotation --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 064058d..92d294b 100644 --- a/js/game.js +++ b/js/game.js @@ -156,7 +156,7 @@ function render() { } var img2 = new Image img2.src = "images/ui/rotationOverlay.png" - ctx.globalAlpha = 0.4 + ctx.globalAlpha = 0.2 drawRotatedImage(img2, cursorScreenX * 48 + 24, cursorScreenY * 48 + 24, directions[tile.direction].degree) ctx.globalAlpha = 1 } else {