refactoring progress

This commit is contained in:
2026-01-08 11:55:19 -06:00
parent b3d9d0340a
commit cf036a0bdb

View File

@@ -20,11 +20,6 @@ import (
func Bootstrap() sg.Graphics { func Bootstrap() sg.Graphics {
var (
snapshotsPath string
storage *Storage
)
rl.InitWindow(800, 600, "bootstrap") rl.InitWindow(800, 600, "bootstrap")
monitor := rl.GetCurrentMonitor() monitor := rl.GetCurrentMonitor()