docs: six sites, not four
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
c96c2f1a67
commit
3f79eb8677
@ -21,7 +21,7 @@ Mac-first (Apple Silicon / Metal), **Godot 4.7**, **Jolt** physics.
|
||||
| **1–6 · wheel · Q** | pick a weapon · cycle · swap to previous |
|
||||
| **H** | cycle HUD style (Arcade / Minimal / Work Order / Dev) |
|
||||
| **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 |
|
||||
| **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 |
|
||||
@ -29,10 +29,10 @@ Mac-first (Apple Silicon / Metal), **Godot 4.7**, **Jolt** physics.
|
||||
| **digits · arrows · ENTER** | while working: type · move cell · commit |
|
||||
| **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
|
||||
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,
|
||||
smashables, gauntlet records-area and spawn — so a new one is authorable in minutes and a
|
||||
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** |
|
||||
|
||||
`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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user