Jump to content
Korean Random
Sign in to follow this  
SGate

Цвет текста пропавшей из засвета техники на миникарте.

Recommended Posts

Здравствуйте, подскажите как изменить цвет текста на миникарте пропавшей из засвета техники? Цвет значка меняется, а вот текст остается таким же как и при засвете.

Попробовал  сделать так:

"format": "<font color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}|#BFBFBF}}'>{{vehicle}}</font>"

или вот так:

     "textFormat": { "color": "0xBFBFBF", "size": 8 },

но ничего не изменилось.

Изменения провожу тут:

   // Vehicle name, missing
    // Название техники, пропавший
    "vehicleLost": {
      "$ref": { "path":"def.defaultItem" },
      "x": 2,
      "y": -1,
      "alpha": 85,
      "flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],
      "layer": "bottom",
      "textFormat": { "size": 8 },
       "format": "<font color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}|#F5F5F5}}'>{{vehicle}}</font>"

 

Edited by SGate

Share this post


Link to post

Short link
Share on other sites
31 минуту назад, SGate сказал:

{{.minimap.labelsData.colors.txt.{{sys-color-key}}|#BFBFBF}}

не совсем понятно, что вы хотели добиться такой конструкцией. Если хотите изменить цвет пропавшего из засвета игрока, то можно просто написать:

   // Vehicle name, missing
    // Название техники, пропавший
    "vehicleLost": {
      "$ref": { "path":"def.defaultItem" },
      "x": 2,
      "y": -1,
      "alpha": 85,
      "flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],
      "layer": "bottom",
      "textFormat": { "size": 8 },
       "format": "<font color='#BFBFBF'>{{vehicle}}</font>"

 

Edited by ktulho
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...