diff options
| author | historia <[not public]> | 2026-07-18 04:44:50 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-18 04:44:50 -0400 |
| commit | 2b5d8f595f96a2864899f4c7e28bc06fa52d2603 (patch) | |
| tree | f1539db865d9968414e59d9b250861c1b356d627 /cmd | |
| parent | db8ca1fe26a36b78074a424ae657b2cbb9b3af19 (diff) | |
| download | thehouseoficarus-2b5d8f595f96a2864899f4c7e28bc06fa52d2603.tar.gz | |
feat: expose all colors in config.yaml for easier theming
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/thoi/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go index 27b32f4..929a83d 100644 --- a/cmd/thoi/main.go +++ b/cmd/thoi/main.go @@ -41,7 +41,7 @@ func main() { behavior.ShopDefaultRestock = cfg.GameConstants.ShopDefaultRestock } - g := game.New(dataDir, &cfg.DefaultColors, cfg.StartupValidation, cfg.StartingRoom) + g := game.New(dataDir, &cfg.DefaultColors, &cfg.ConstantColors, cfg.StartupValidation, cfg.StartingRoom) g.Ticks.Start(cfg.TickLength) defer g.Ticks.Stop() |
