updated config.yaml for game-specific pieces to supplement core-config.yaml
This commit is contained in:
parent
81210d7329
commit
a1aa95f42d
|
|
@ -4,3 +4,17 @@ short-title: Unity C# 2D Game Dev Pack
|
||||||
description: 2D Game Development expansion pack for BMad Method - Unity & C# focused
|
description: 2D Game Development expansion pack for BMad Method - Unity & C# focused
|
||||||
author: pbean (PinkyD)
|
author: pbean (PinkyD)
|
||||||
slashPrefix: bmad2du
|
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
|
||||||
Loading…
Reference in New Issue