Skip to content

Commit

Permalink
Silly copypasta fail
Browse files Browse the repository at this point in the history
Mixed up tiletype shape and material in readme
  • Loading branch information
peterix committed Apr 18, 2012
1 parent 6d53ab3 commit 5583d47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ This will turn all stone fortifications into floors, preserving the material.
Or this:
::

filter material FLOOR
filter shape MINERAL
filter shape FLOOR
filter material MINERAL
paint shape WALL

Turning mineral vein floors back into walls.
Expand All @@ -821,8 +821,9 @@ Or this:
::

paint hidden 1
paint hidden 0

This will hide previously revealed tiles.
This will hide previously revealed tiles (or show hidden with the 0 option).

Any paint or filter option can be disabled entirely by using the ANY keyword:

Expand Down
7 changes: 4 additions & 3 deletions Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -1557,17 +1557,18 @@ <h2><a class="toc-backref" href="#id132">tiletypes</a></h2>
<p>This will turn all stone fortifications into floors, preserving the material.</p>
<p>Or this:</p>
<pre class="literal-block">
filter material FLOOR
filter shape MINERAL
filter shape FLOOR
filter material MINERAL
paint shape WALL
</pre>
<p>Turning mineral vein floors back into walls.</p>
<p>The tool also allows tweaking some tile flags:</p>
<p>Or this:</p>
<pre class="literal-block">
paint hidden 1
paint hidden 0
</pre>
<p>This will hide previously revealed tiles.</p>
<p>This will hide previously revealed tiles (or show hidden with the 0 option).</p>
<p>Any paint or filter option can be disabled entirely by using the ANY keyword:</p>
<pre class="literal-block">
paint hidden ANY
Expand Down

0 comments on commit 5583d47

Please sign in to comment.