Fix digfort docs

I'm sure this isn't the only error in the docs.  Hopefully having them
in the scripts will make spotting issues easier.
develop
PeridexisErrant 2015-10-26 11:06:57 +11:00
parent 413a61423a
commit 4be9e13d74
1 changed files with 2 additions and 2 deletions

@ -10,10 +10,10 @@ Your plan should be stored in a .csv file like this::
# this is a comment
d;d;u;d;d;skip this tile;d
d;d;d;j
d;d;d;i
Available tile shapes are named after the 'dig' menu shortcuts:
``d`` for dig, ``u`` for upstairs, ``d`` downstairs, ``j`` updown,
``d`` for dig, ``u`` for upstairs, ``j`` downstairs, ``i`` updown,
``h`` channel, ``r`` upward ramp, ``x`` remove designation.
Unrecognized characters are ignored (eg the 'skip this tile' in the sample).