new file structure

This commit is contained in:
2026-08-29 23:25:36 +02:00
parent bbc3faf3d7
commit ec48cd6b37
96 changed files with 805 additions and 969 deletions
+13
View File
@@ -0,0 +1,13 @@
package inc
// scrapMarket is a 💡 suggestion: the black market in condemned ACPs and bare,
// unstamped tape. Canon says the leak of scrap is not an accident — "something
// wants to live on" (wiki: entities#potenciális-további-helyszínek).
func screenScrapMarket() screen {
return screen{
name: ScreenScrapMarket,
title: "SCRAP MARKET",
background: BgScrapMarket,
onSelector: true,
}
}