Translations:Automapper/62/en
Appearance
With the MODULO x_pattern y_pattern x_offset y_offset
operator you can create a repeating pattern depending on the X and Y coordinate of a tile. For example MODULO 2 3 0 -1
uses modular arithmetic in order to set every second tile on the X-Axis (x_pattern
) and every third tile on the Y-Axis (y_pattern
). The third and fourth parameter can be used to offset the X (here 0) and Y (here -1) coordinate and move the pattern around. A tile will only be placed, if both the following rules are true: