Update background patterns

This commit is contained in:
2023-10-23 17:09:15 +02:00
parent d2c1315867
commit 776e7a954f
29 changed files with 2 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ func BackgroundTiles() template.URL {
} else if month == time.December && (day == 25 || day == 26 || day == 27) {
file = "checker_christmas"
} else {
file = fmt.Sprintf("checker%d", now.UnixNano()%19)
file = fmt.Sprintf("checker%d", now.UnixNano()%20)
}
return template.URL("/res/img/background_patterns/" + file + "_transparent.png")