aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_toggle.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-11 19:24:25 -0400
committerhistoria <[not public]>2026-06-11 19:24:25 -0400
commit6b2b4bf470b655f01c5a21c5f558a6102402c214 (patch)
tree10970b523999b87ea09c63486906f0c5314f3542 /internal/game/cmd_toggle.go
parent1b9e2da3b3c438d8dc53d3489725dd5ba0022777 (diff)
downloadthehouseoficarus-6b2b4bf470b655f01c5a21c5f558a6102402c214.tar.gz
feat: map implemented with BFS
Diffstat (limited to 'internal/game/cmd_toggle.go')
-rw-r--r--internal/game/cmd_toggle.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_toggle.go b/internal/game/cmd_toggle.go
index 25b8955..a399483 100644
--- a/internal/game/cmd_toggle.go
+++ b/internal/game/cmd_toggle.go
@@ -14,6 +14,7 @@ var toggles = []struct {
}{
{"description", "Long room descriptions"},
{"tinymap", "Mini-map display"},
+ {"left-tinymap", "Mini-map on left side of descriptions"},
{"xpdrops", "XP drop messages"},
{"exits", "Long exit display in look"},
{"mobenter", "Messages when mobs enter the room"},