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
+24 -24
View File
@@ -36,30 +36,30 @@ const (
)
const (
ScreenSelector = "selector"
ScreenPaulShop = "paul_shop"
ScreenNoodleHouse = "noodle_house"
ScreenNormanApartment = "norman_apartment"
ScreenPoliceStation = "police_station"
ScreenAlley = "alley"
ScreenHackerspace = "hackerspace"
ScreenIceCreamShop = "ice_cream_shop"
ScreenTrinketShop = "trinket_shop"
ScreenSmallRestaurant = "small_restaurant"
ScreenSecretClub = "secret_club"
ScreenBBSTerminal = "bbs_terminal"
ScreenStreet = "street"
ScreenHospital = "hospital"
ScreenServerFarm = "server_farm"
ScreenSecretLab = "secret_lab"
ScreenRooftopHideout = "rooftop_hideout"
ScreenPublicBBS = "public_bbs"
ScreenBVKBranch = "bvk_branch"
ScreenCuratorShop = "curator_shop"
ScreenScrapMarket = "scrap_market"
ScreenSamizdatPress = "samizdat_press"
ScreenShowroom = "showroom"
ScreenColumbarium = "columbarium"
SceneSelector = "selector"
ScenePaulShop = "paul_shop"
SceneNoodleHouse = "noodle_house"
SceneNormanApartment = "norman_apartment"
ScenePoliceStation = "police_station"
SceneAlley = "alley"
SceneHackerspace = "hackerspace"
SceneIceCreamShop = "ice_cream_shop"
SceneTrinketShop = "trinket_shop"
SceneSmallRestaurant = "small_restaurant"
SceneSecretClub = "secret_club"
SceneBBSTerminal = "bbs_terminal"
SceneStreet = "street"
SceneHospital = "hospital"
SceneServerFarm = "server_farm"
SceneSecretLab = "secret_lab"
SceneRooftopHideout = "rooftop_hideout"
ScenePublicBBS = "public_bbs"
SceneBVKBranch = "bvk_branch"
SceneCuratorShop = "curator_shop"
SceneScrapMarket = "scrap_market"
SceneSamizdatPress = "samizdat_press"
SceneShowroom = "showroom"
SceneColumbarium = "columbarium"
)
const (