diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:28:42 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:28:42 -0700 |
| commit | 2856a76a8d865e97edbc193ccbcbfdd92360f327 (patch) | |
| tree | f6b37b9570e221dd638ac1e8fb7a30914c32af08 /examples/sample_game.nom | |
| parent | d52044e9130ad3d947a7a9378b6b191b98a2db5f (diff) | |
Playing with formatting.
Diffstat (limited to 'examples/sample_game.nom')
| -rw-r--r-- | examples/sample_game.nom | 4 |
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" |
