Lower Alpha Build Rotation

This commit is contained in:
MasterGordon 2018-04-04 17:26:05 +02:00
parent b7636f71e3
commit e32eca0f7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {