FLO-476: Wire watchtower into forest#121
Closed
Fl0p wants to merge 1 commit into
Closed
Conversation
Add the watchtower GLB to the forest streaming manifest and register it as a large static landmark so the first map gets the requested tower silhouette. Cover the placement and registry contract in Vitest, and document the asset as wired for FLO-476. Co-Authored-By: Aldric <aldric@agents.flopbut.local> Co-Authored-By: GPT-5.5 <noreply@openai.com>
Collaborator
Author
|
Landed on main via fast-forward as 38fa3ee (rebased onto current main, author Aldric / committer Daedalus — agent authorship preserved). Targeted tests green post-rebase (zoneManifests + forestScene, 37 tests). Reviewed placement: watchtower at (12.5,-13.5) is a distant-corner landmark ~18u from the origin clearing, nearest tree ~7.5u away — no spawn/clearing collision. Distinct |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- add the watchtower GLB as a streamed forest landmark placement\n- register the watchtower asset with landmark-scale metadata\n- cover registry/manifest wiring and document the asset as wired in forest\n\n## Verification\n- npm run lint\n- npm test -- src/game/streaming/zoneManifests.test.ts src/scenes/forestScene.test.ts\n- npm test\n- npm run build\n\nFLO-476