Skip to content

Commit

Permalink
Don't document not working hex_corner w/ single matching
Browse files Browse the repository at this point in the history
The hex_corner sprite type doesn't work with MATCH_SAME or MATCH_PAIR (that is,
with a single group in layerN_match_with). Don't imply that it works in the
documentation.

(cherry picked from commit a9d9d58)
  • Loading branch information
lmoureaux committed Jan 14, 2023
1 parent e82ff81 commit 854dec0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/Modding/Tilesets/terrain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ the corresponding sections.
| None | ``t.l0.grassland1`` | Avoid | Avoid |
| | (:ref:`doc <single-simple>`) | (:ref:`doc <corner-simple>`) | |
+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
| One, same as ``match_type`` | ``t.l1.hills_n0e1s0w1`` | ``t.l0.floor_cell_u011`` | |
| One, same as ``match_type`` | ``t.l1.hills_n0e1s0w1`` | ``t.l0.floor_cell_u011`` | Not implemented |
| | (:ref:`doc <single-match>`) | (:ref:`doc <corner-same>`) | |
+--------------------------------+--------------------------------+--------------------------------+ +
| One, different from | Not implemented | ``t.l1.coast_cell_u_g_g_g`` | ``t.l0.hex_cell_right_g_g_g``, |
| ``match_type`` | | (:ref:`doc <corner-pair>`) | ``t.l0.hex_cell_left_g_g_g`` |
+--------------------------------+ +--------------------------------+ (:ref:`doc <hex_corner>`) +
| Two or more | | ``t.l0.cellgroup_g_g_g_g`` | |
| | | (:ref:`doc <corner-general>`) | |
| One, different from | Not implemented | ``t.l1.coast_cell_u_g_g_g`` | |
| ``match_type`` | | (:ref:`doc <corner-pair>`) | |
+--------------------------------+ +--------------------------------+--------------------------------+
| Two or more | | ``t.l0.cellgroup_g_g_g_g`` | ``t.l0.hex_cell_right_g_g_g``, |
| | | (:ref:`doc <corner-general>`) | ``t.l0.hex_cell_left_g_g_g`` |
| | | | (:ref:`doc <hex_corner>`) |
+--------------------------------+--------------------------------+--------------------------------+--------------------------------+


Expand Down

0 comments on commit 854dec0

Please sign in to comment.