diff --git a/README.md b/README.md index 63f8ca5..3c66f1f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ This is the opposite. It's small, it's readable, and it only contains what was a - character creation with an orbiting camera and live model updates - spawn point selection +## Screens (written by the agent, part 1) + +The whole UI follows one theme the agent picked itself — **Los Santos County records**: your login is a residency file, character creation is an identity-record intake, spawn selection is a county survey map. + +| Auth — RESIDENT INTAKE | Character — identity record | Spawn — county survey grid | +|---|---|---| +| ![Auth](docs/screens/auth.png) | ![Character](docs/screens/character.png) | ![Spawn](docs/screens/spawn.png) | + ## Requirements - Ubuntu 22.04 / 24.04, 4 vCPU / 8 GB RAM recommended diff --git a/docs/screens/auth.png b/docs/screens/auth.png new file mode 100644 index 0000000..18af714 Binary files /dev/null and b/docs/screens/auth.png differ diff --git a/docs/screens/character.png b/docs/screens/character.png new file mode 100644 index 0000000..1415f94 Binary files /dev/null and b/docs/screens/character.png differ diff --git a/docs/screens/spawn.png b/docs/screens/spawn.png new file mode 100644 index 0000000..ea17c9f Binary files /dev/null and b/docs/screens/spawn.png differ