Add drawing layers to markers

This commit is contained in:
ApsZoldat
2023-11-13 23:25:44 +03:00
parent 6dff68e7d9
commit c434e18f8f
7 changed files with 95 additions and 44 deletions

View File

@@ -2460,5 +2460,5 @@ lenum.within = Check if unit is near a position.
lenum.boost = Start/stop boosting.
lenum.texture = Texture name straight from game's texture atlas (using kebab-case naming style).\nSecond and third arguments are additional suffixes added using "-" separator.\nIf additional arguments are not strings, nothing is added to first string.
lenum.textureWidth = Width of texture in tiles. Zero value scales marker width to original texture's size.
lenum.textureHeight = Height of texture in tiles. Zero value scales marker height to original texture's size.
lenum.texturewidth = Width of texture in tiles. Zero value scales marker width to original texture's size.
lenum.textureheight = Height of texture in tiles. Zero value scales marker height to original texture's size.