aboutsummaryrefslogtreecommitdiff
path: root/internal/admin
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-08-03 17:15:50 -0400
committerhistoria <[not public]>2026-08-03 17:15:50 -0400
commita2cbc04f86508708daa09affa5e9d73cc689b2ba (patch)
tree0d0c6c7fbf4a775faaf5e9dd700157b883882638 /internal/admin
parentadda27dba5bf7bf1dee62159f0cbc0bd90734751 (diff)
downloadthehouseoficarus-a2cbc04f86508708daa09affa5e9d73cc689b2ba.tar.gz
feat: new color 'command', color tag system implemented
Diffstat (limited to 'internal/admin')
-rw-r--r--internal/admin/api_colors.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/admin/api_colors.go b/internal/admin/api_colors.go
index 16fb00a..876656d 100644
--- a/internal/admin/api_colors.go
+++ b/internal/admin/api_colors.go
@@ -71,6 +71,7 @@ var playerColorLabels = map[string]string{
"broadcast": "Broadcast",
"dialog": "Dialog",
"dialog_options": "Dialog Options",
+ "command": "Command Text",
"drop_message": "Drop Message",
"eat_food": "Eat Food",
"fire": "Fire",
@@ -296,6 +297,9 @@ func buildPreview() []colorSection {
ln(seg(" 1. ", "dialog_options"), seg("I'm looking for work.", "dialog")),
ln(seg(" 2. ", "dialog_options"), seg("Just passing through.", "dialog")),
ln(seg("[enter to continue]", "dialog_options")),
+ txt(""),
+ ln(seg(" ", ""), seg("bet <amount>", "command"), seg(" Set your wager", "")),
+ ln(seg(" ", ""), seg("spin", "command"), seg(" Spin the reels", "")),
},
})