Marker autoscale now works outside of minimap mode, another yet lmarkercontrol instructions cleanup, fix renderer's draw color breaking after drawing markers

This commit is contained in:
ApsZoldat
2023-11-28 22:00:08 +03:00
parent 6ea2188bee
commit 02a53daa58
4 changed files with 81 additions and 99 deletions

View File

@@ -4,7 +4,7 @@ public enum LMarkerControl{
remove,
visibility("true/false"),
minimap("true/false"),
minimapAutoscale("true/false"),
autoscale("true/false"),
x("x"),
y("y"),
pos("x", "y"),
@@ -24,8 +24,6 @@ public enum LMarkerControl{
flushText,
fontSize("size"),
textHeight("height"),
labelBackground("true/false"),
labelOutline("true/false"),
labelFlags("background", "outline"),
texture("name", "-", "-"),
textureWidth("width"),