aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/sample_game.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample_game.nom b/examples/sample_game.nom
index 5ce688c..3698fb4 100644
--- a/examples/sample_game.nom
+++ b/examples/sample_game.nom
@@ -94,7 +94,7 @@ with secrets:
secret %pending = %src
secret %approvals = []
say ".."
- |Proposal:
+ |\(underscore)\(yellow)Proposal:\(reset color)
|\(bright)\(blue)\(%src)\(reset color)
parse [propose %action] as:
@@ -138,7 +138,7 @@ with secrets:
rule [join] =:
add user (you)
say ".."
- |Welcome to the game, \(you)!
+ |\(on yellow)\(black)Welcome to the game, \(you)!\(reset color)
restrict (rules that change users) to within "join"