mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
removed the single LabelPrefix from MapDraw and kept only the per-kind LabelPrefixes
This commit is contained in:
parent
b8730a4bf9
commit
3ba7c60bcf
@ -194,8 +194,7 @@ CTLD.Config = {
|
|||||||
},
|
},
|
||||||
FontSize = 18, -- label text size
|
FontSize = 18, -- label text size
|
||||||
ReadOnly = true, -- prevent clients from removing the shapes
|
ReadOnly = true, -- prevent clients from removing the shapes
|
||||||
LabelPrefix = 'Supply Zone', -- default prefix (used for Pickup if per-kind not provided)
|
-- Per-kind label prefixes
|
||||||
-- Optional per-kind label prefixes (overrides LabelPrefix for specific kinds)
|
|
||||||
LabelPrefixes = {
|
LabelPrefixes = {
|
||||||
Pickup = 'Supply Zone',
|
Pickup = 'Supply Zone',
|
||||||
Drop = 'Drop Zone',
|
Drop = 'Drop Zone',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user