Playing with formatting.

This commit is contained in:
Bruce Hill 2017-10-02 19:28:42 -07:00
parent d52044e913
commit 2856a76a8d

View File

@ -94,7 +94,7 @@ with secrets:
secret %pending = %src secret %pending = %src
secret %approvals = [] secret %approvals = []
say ".." say ".."
|Proposal: |\(underscore)\(yellow)Proposal:\(reset color)
|\(bright)\(blue)\(%src)\(reset color) |\(bright)\(blue)\(%src)\(reset color)
parse [propose %action] as: parse [propose %action] as:
@ -138,7 +138,7 @@ with secrets:
rule [join] =: rule [join] =:
add user (you) add user (you)
say ".." say ".."
|Welcome to the game, \(you)! |\(on yellow)\(black)Welcome to the game, \(you)!\(reset color)
restrict (rules that change users) to within "join" restrict (rules that change users) to within "join"