art: arena backgrounds 06-07 (night market, foundry floor) - #38
Merged
Conversation
Owner-generated from docs/art/ArenaBackgroundPrompts.md. arena_06.png (Night Market) and arena_07.png (Foundry Floor) replace their story-room placeholders automatically — roomBackgroundCandidates() tries "<arenaId>.png" before the ArenaPool placeholder mapping. Project regenerated with XcodeGen 2.45.4 to satisfy the CI drift gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Imports the two owner-generated arena backgrounds already verified in Downloads, continuing the arena_01–05 art series.
What
Both match their
docs/art/ArenaBackgroundPrompts.mdprompts. They replace the story-room placeholders automatically —roomBackgroundCandidates()inRendering/BattleScene.swifttries"<arenaId>.png"before theArenaPool.placeholderBackgroundsfallback, so no Swift changes are needed (same as arena_01–05).Project regen
HexWire.xcodeproj/project.pbxprojregenerated with XcodeGen 2.45.4 (the CI-pinned version) — an 8-line additive change (file refs + resource build-phase entries for the two PNGs). Satisfies the drift gate.🤖 Generated with Claude Code