Jump to content
Korean Random
Sign in to follow this  
MRA3b

"Стартовый экран"

Recommended Posts

Доброе время суток, Уважаемые знатоки.
Хочу у вас спросить.
Как убрать показатели пинга при входе в игру и как добавить там свою надпись. 
У меня стоит "тык" конфиг.

 

shot_010.jpg

Edited by MRA3b

Share this post


Link to post

Short link
Share on other sites

@MRA3b , login.xc

"pingServers": {
   "enabled": false,

Пример надписи на экране логина:

 

widgets.xc

    "login": [
      ${ "widgetsTemplates.xc":"logo" }
    ],

widgetsTemplates.xc

  "logo": {
    "enabled": true,
    "layer": "top",
    "type": "extrafield",
    "formats": [
      {
        "x": 15,
        "y": 70,
        "width": 180,
        "height": 30,
        "screenHAlign": "left",
        "screenVAlign": "top",
        "shadow": { "enabled": true, "distance": 0, "angle": 90, "color": "0x000000", "alpha": 100, "blur": 4, "strength": 2 },
        "textFormat": { "font": "$FieldFont", "size": 14, "color": "0xEE6600", "align": "left", "valign": "top", "bold": true },
        "format": "Конфиг от {{.definition.author}}"
      }
    ]
  }
Edited by night_dragon_on

Share this post


Link to post

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

Пример надписи на экране логина:

Можешь сам вписать пожалуйста, а то я у меня не получается.

widgets.xc

widgetsTemplates.xc

Edited by MRA3b

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...