aboutsummaryrefslogtreecommitdiff
path: root/data/help/color.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-11 20:41:06 -0400
committerhistoria <[not public]>2026-06-11 20:41:06 -0400
commitd6ab0e93a64525ce34f89e26d5272efbac513c32 (patch)
treed0ec59a72a32a15d0917d9c6c3bfa2f2a424c1f1 /data/help/color.yaml
parent6b2b4bf470b655f01c5a21c5f558a6102402c214 (diff)
downloadthehouseoficarus-d6ab0e93a64525ce34f89e26d5272efbac513c32.tar.gz
feat: big map and options changes
Diffstat (limited to 'data/help/color.yaml')
-rw-r--r--data/help/color.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/help/color.yaml b/data/help/color.yaml
new file mode 100644
index 0000000..8171ab9
--- /dev/null
+++ b/data/help/color.yaml
@@ -0,0 +1,13 @@
+name: "color"
+category: "Options"
+description: |
+ Color output mode.
+
+ Type: string
+ Default: none
+ Values: none, ansi, xterm256
+
+ Controls the color output format used by the game.
+ none - No color output
+ ansi - Standard 16-color ANSI codes
+ xterm256 - 256-color xterm codes