docs: six sites, not four

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Monster Robot Party 2026-08-01 09:39:01 +10:00
parent c96c2f1a67
commit 3f79eb8677

View File

@ -21,7 +21,7 @@ Mac-first (Apple Silicon / Metal), **Godot 4.7**, **Jolt** physics.
| **16 · wheel · Q** | pick a weapon · cycle · swap to previous | | **16 · wheel · Q** | pick a weapon · cycle · swap to previous |
| **H** | cycle HUD style (Arcade / Minimal / Work Order / Dev) | | **H** | cycle HUD style (Arcade / Minimal / Work Order / Dev) |
| **M** | cycle game mode (Cubicle Hell / Gauntlet / Total Destruction / Against the Clock) | | **M** | cycle game mode (Cubicle Hell / Gauntlet / Total Destruction / Against the Clock) |
| **L** | cycle site (Scranton / Pawnee / The Incubator / Sub-level 4) | | **L** | cycle site (Scranton / Pawnee / Incubator / Sub-level 4 / Greengrocer / Level 0) |
| **G** | restart a Gauntlet run | | **G** | restart a Gauntlet run |
| **F** | report the disc in hand (Find-the-Misfiled-Disc) | | **F** | report the disc in hand (Find-the-Misfiled-Disc) |
| **E** | work at the station you're standing at (locks you in place); otherwise grab a record | | **E** | work at the station you're standing at (locks you in place); otherwise grab a record |
@ -29,10 +29,10 @@ Mac-first (Apple Silicon / Metal), **Godot 4.7**, **Jolt** physics.
| **digits · arrows · ENTER** | while working: type · move cell · commit | | **digits · arrows · ENTER** | while working: type · move cell · commit |
| **B · R** | rain 500 bodies (stress gate) · reset the office | | **B · R** | rain 500 bodies (stress gate) · reset the office |
## The four sites ## The six sites
`scripts/Floorplan.gd` builds a workplace from a **data spec**; `scripts/Levels.gd` holds `scripts/Floorplan.gd` builds a workplace from a **data spec**; `scripts/Levels.gd` holds
four of them. A site is a Dictionary — bounds, palette, walls with doors and glazing, six of them. A site is a Dictionary — bounds, palette, walls with doors and glazing,
window runs, ceiling style, light grid and style, slabs, props, desk clusters, chairs, window runs, ceiling style, light grid and style, slabs, props, desk clusters, chairs,
smashables, gauntlet records-area and spawn — so a new one is authorable in minutes and a smashables, gauntlet records-area and spawn — so a new one is authorable in minutes and a
generator can later emit the same structure. generator can later emit the same structure.
@ -47,7 +47,7 @@ generator can later emit the same structure.
| **LEVEL 0** | one colour, everywhere | the Backrooms. Walls are **generated**, and everything you're here to destroy is **invisible** | | **LEVEL 0** | one colour, everywhere | the Backrooms. Walls are **generated**, and everything you're here to destroy is **invisible** |
`dev/probe_levels.gd` builds every one and reports residual motion after a full second. `dev/probe_levels.gd` builds every one and reports residual motion after a full second.
All five must read `0.00 m/s`. All six must read `0.00 m/s`.
### THE GREENGROCER — soft things ### THE GREENGROCER — soft things