Add new bg pattern
This commit is contained in:
BIN
res/static/res/img/checker16.png
Normal file
BIN
res/static/res/img/checker16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 B |
@@ -14,7 +14,7 @@ var funcMap = template.FuncMap{
|
|||||||
}
|
}
|
||||||
|
|
||||||
func bgPatternCount() uint8 {
|
func bgPatternCount() uint8 {
|
||||||
return uint8(time.Now().UnixNano() % 16)
|
return uint8(time.Now().UnixNano() % 17)
|
||||||
}
|
}
|
||||||
|
|
||||||
func debugMode() bool {
|
func debugMode() bool {
|
||||||
|
Reference in New Issue
Block a user