Jump to content
Korean Random
Sign in to follow this  
TheBlack_Raven

Устал искать.!

Recommended Posts

Ну жен модик для увеличения циферок, ну или подскажите как увеличить? 

post-33766-0-02076500-1445887390_thumb.jpg

Share this post


Link to post

Short link
Share on other sites

Ну жен модик для увеличения циферок, ну или подскажите как увеличить? 

Средствами XVM (сниппетами).

'elements.xc:'


// Таймер боя
{
  "$delay": 100,
  "battleTimer": {
    "main": {
      "dotsMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      },
      "secondsMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      },
      "minutesMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      }
    }
  }
},

Edited by Kotyarko_O

Share this post


Link to post

Short link
Share on other sites

Средствами XVM (сниппетами).

'elements.xc:'


// Таймер боя
{
  "$delay": 100,
  "battleTimer": {
    "main": {
      "dotsMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      },
      "secondsMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      },
      "minutesMC": {
        "$textFormat": {
          "size": 20,
          "font": "$TitleFont"
        }
      }
    }
  }
},

Подставлял различные значения, результата нету =(

Share this post


Link to post

Short link
Share on other sites

Нашёл решение!

// Таймер боя
     "battleTimer": {
                "$interval": 0,
                "main": { "_x": "WIDTH - 50", "_y": 0,
                "dotsMC": { "_x": "-80/2", "_y": "-2", "_height": 100, "_width": 80, "text": ":", "$textFormat": { "size": 30, "align": "center" } },
                "secondsMC": { "_x": 5, "_height": 100, "_width": 80, "$textFormat": { "size": 30, "align": "left" } },
                "minutesMC": { "_x": -85, "_height": 100, "_width": 80, "$textFormat": { "size": 30, "align": "right" } }
                }
            }

        },

Edited by TheBlack_Raven

Share this post


Link to post

Short link
Share on other sites

 

 

Нашёл решение!
Это то же самое, что и предложил я, только с изменением координат и ширины полей.

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...