feat(editor): add --gen-arena-pack composite

Tenth themed mesh pack after camp / blacksmith / village /
temple / graveyard / garden / dock / tavern / mining.
Combat-training / gladiator-pit / militia-drill-yard scene
emitting a 7-primitive arena layout:

  • training-dummy — practice target
  • archery-target — range station
  • workbench — weapons-rack stand
  • crate-stack — gear storage
  • bench — audience seating
  • water-trough — between-bout refresh
  • hitching-rail — mount parking

Composite-pack catalogue: camp + blacksmith + village +
temple + graveyard + garden + dock + tavern + mining +
arena = 10 themed mesh packs. --list-packs surfaces 15
total composites including the pre-existing zone/project
starter packs.

Milestone: ten themed mesh packs covering the full life
cycle of a typical role-playing-game town from outdoor
camp to blacksmith forge to gladiator arena.
This commit is contained in:
Kelsi 2026-05-09 13:44:48 -07:00
parent 8a73324a5a
commit 574369bd97
3 changed files with 22 additions and 1 deletions

View file

@ -65,7 +65,7 @@ const char* const kArgRequired[] = {
"--gen-camp-pack", "--gen-blacksmith-pack", "--gen-village-pack",
"--gen-temple-pack", "--gen-graveyard-pack",
"--gen-garden-pack", "--gen-dock-pack", "--gen-tavern-pack",
"--gen-mining-pack",
"--gen-mining-pack", "--gen-arena-pack",
"--gen-mesh-table", "--gen-mesh-lamppost", "--gen-mesh-bed",
"--gen-mesh-ladder", "--gen-mesh-well", "--gen-mesh-signpost",
"--gen-mesh-mailbox", "--gen-mesh-tombstone", "--gen-mesh-crate",