Add new bg pattern

This commit is contained in:
2018-04-09 23:21:06 +02:00
parent cdba823de2
commit 265531bb4d
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ var funcMap = template.FuncMap{
}
func bgPatternCount() uint8 {
return uint8(time.Now().UnixNano() % 16)
return uint8(time.Now().UnixNano() % 17)
}
func debugMode() bool {