automated snapshot

This commit is contained in:
sumi
2025-12-26 01:13:32 -06:00
parent 5755e953b2
commit 33e014e0de
2 changed files with 10 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ func main() {
BlendModeToggleGroupActive := int32(0)
// reproducable flourescent color cycle
colorCycle := g.NewFixedColorCycle(g.FlourescentColors)//.Shuffle(0)
colorCycle := g.NewFixedColorCycle(g.FlourescentColors).Shuffle(0)
rl.SetTargetFPS(60)
t0 := time.Now()