Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Dec 10, 2024
1 parent a4a97d0 commit 2b6a911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/rescomp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ ensure that all pixels from a same tile (block of 8x8 pixels) use the same value
When using a TMX Tiled file you can define the priority information in different ways:
- use 2 layers where the low priority layer's name is suffixed by ' low' and high prority layer is suffixed by ' high'
- use 2 layers with the main layer define the map itself and a second layer suffixed by ' priority' containing the priority information (0/1)
Note that it's always possible to set priority on a 8x8 tile basis using the second method by using the tileset information:
- full transparent 8x8 tile is considered as LOW priority
- 8x8 tile containing at least 1 non transparent pixel is considered as HIGH priority
Note that it's possible to set priority on a 8x8 tile basis using the second method by using the tileset information:
- full transparent 8x8 tile is considered as LOW priority
- 8x8 tile containing at least 1 non transparent pixel is considered as HIGH priority


OBJECTS
Expand Down

0 comments on commit 2b6a911

Please sign in to comment.