Jump to content
Korean Random
Sign in to follow this  
yarnik

как уменьшить рейтинг возле полосы здоровья

Recommended Posts

в файле markersAliveNormal.xc я уменьшил высоту полоски хп до 3 ("height": 12,  //   высота полосы здоровья)

рейтинг, так и остался большим.

 

Какой параметр отвечает за него?

Share this post


Link to post

Short link
Share on other sites

 

 

Какой параметр отвечает за него?
, это символ. Соответственно надо изменять параметр size:
    // Text field with rating.
    // Текстовое поле с рейтингом.
    "rating": {
      "name": "Rating",
      "enabled": true,
      "x": -32,
      "y": -21,
      "alpha": "{{xvm-stat?100|0}}",
      "align": "right",
      "textFormat": {
        "font": "xvm",
        "size": 17,
        "color": "{{c:r|#999999}}",
        "bold": false,
        "italic": false
      },
      "shadow": {
        "enabled": true,
        "distance": 0,
        "angle": 45,
        "color": "0x000000",
        "alpha": 100,
        "blur": 2,
        "strength": 1
      },
      "format": "ĕ"
    },

При уменьшении размера символа, он будет становиться тонким. Я бы посоветовал, использовать другой символ.

Share this post


Link to post

Short link
Share on other sites

а если тень дать того же цвета, то вроде что то поприятней получается.

или мне это только кажеться?

      "shadow": {
        "enabled": true,
        "distance": 0,
        "angle": 45,
        // "color": "0x000000",
        "color": "{{c:r|#999999}}",
        "alpha": 100,
        "blur": 2,
        "strength": 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...