Lower UI noise opacity

This commit is contained in:
Stu Leak 2026-01-07 15:11:22 -05:00
parent 11cd7dc885
commit fd1feb1641

View File

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