Report sign/house in significant transits; back up user.properties outside dist/
This commit is contained in:
@@ -36,8 +36,11 @@ know before changing the engine. This document is the visual overview.
|
||||
- **`dist/`** is generated by the single root `Makefile`: the
|
||||
`deck-engine` and `interpreter-cli` binaries, a copy of the card art
|
||||
under `img/`, a copy of the translation files under `i18n/`,
|
||||
`run-engine.sh`/`run-interpreter.sh`, and a `user.properties` template
|
||||
that's seeded once and never overwritten by later builds.
|
||||
`run-engine.sh`/`run-interpreter.sh`, and `user.properties`. Since
|
||||
`dist/` itself is disposable, `user.properties` also gets backed up to
|
||||
`engine/scripts/user.properties.local` (gitignored) once it's filled
|
||||
in, and restored from there if `dist/` is ever wiped — see
|
||||
`CLAUDE.md`'s "Build & run".
|
||||
- **The Pebble watchapp does not exist yet.** When it's built, it will
|
||||
call `reading_generate()` directly and walk the returned struct to lay
|
||||
out its own screens — it has no reason to touch `reading_print_*`.
|
||||
|
||||
Reference in New Issue
Block a user