screen to scene
ci/woodpecker/push/ebitengine Pipeline was successful

This commit is contained in:
2026-08-30 00:15:26 +02:00
parent 94649a38fe
commit da1410cb4a
62 changed files with 623 additions and 615 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func init() { inkwell.AssetFS = assets }
func main() {
var o inc.Opts
flag.StringVar(&o.Screen, "screen", "", "starting screen (empty: the alley)")
flag.StringVar(&o.Scene, "scene", "", "starting scene (empty: the alley)")
flag.BoolVar(&o.Finale, "finale", false,
"start with the finale, to try the Nokia-punk theme switch")
flag.Parse()