Restore UI noise opacity to 3 percent

This commit is contained in:
Stu Leak 2026-01-07 15:29:56 -05:00
parent 39c5cc5c7d
commit 52beb6dac8

View File

@ -14,7 +14,7 @@ import (
const (
noiseTileSize = 128
noiseAlpha = uint8(5) // ~2% opacity
noiseAlpha = uint8(8) // ~3% opacity
noiseVariance = uint8(6) // low contrast
noiseMeanValue = uint8(128)
)