updated config.yaml for game-specific pieces to supplement core-config.yaml

This commit is contained in:
pbean 2025-07-22 17:22:31 -07:00
parent 07e5bc1e6b
commit 79e2231bb4
1 changed files with 14 additions and 0 deletions

View File

@ -4,3 +4,17 @@ short-title: Unity C# 2D Game Dev Pack
description: 2D Game Development expansion pack for BMad Method - Unity & C# focused
author: pbean (PinkyD)
slashPrefix: bmad2du
# Game-specific document locations
gameDesignDocLocation: docs/game-design-doc.md
gameBriefDocLocation: docs/game-brief.md
gameBriefSharded: true
gameBriefShardedLocation: docs/game-design
gameArchitectureLocation: docs/game-architecture.md
gameArchitectureSharded: true
gameArchitectureShardedLocation: docs/game-architecture
leveLDesignLocation: docs/level-design.md
# Unity-specific files to load -- assuming per sharding
devLoadAlwaysFiles:
- docs/game-architecture/9-coding-standards.md
- docs/game-architecture/3-tech-stack.md
- docs/game-architecture/8-unity-project-structure.md