Jump to content
Korean Random
Sign in to follow this  
Apec

А где нибудь есть описание параметров в новых файлах конфигураций?

Recommended Posts

Как раньше было? Например:

"y": -51, // положение по оси Y

"alpha": 100, // прозрачность (допускается использование динамической прозрачности, см. macros.txt)
"color": null, // цвет (допускается использование динамического цвета, см. macros.txt)
// Параметры шрифта.
"font": {
"name": "$FieldFont", // название
"size": 13, // размер
"align": "center", // выравнивание текста (left, center, right)
"bold": false, // обычный (false) или жирный (true)
"italic": false // обычный (false) или курсив (true)
},
// Параметры тени.
"shadow": {
"alpha": 100, // прозрачность
"color": "0x000000", // цвет
"angle": 45, // угол смещения
"distance": 0, // дистанция смещение
"size": 6, // размер
"strength": 200 // интенсивность
},
"format": "{{name}}" // формат текста. См. описание макросов в macros.txt
},
// Text field with the remaining / maximum health.
// Текстовое поле с оставшимся / максимальным здоровьем
"tankHp": {
"name": "Tank HP",
"visible": true,
"x": 0,
"y": -20,
"alpha": 100,
"color": "0xFCFCFC",

 

Share this post


Link to post

Short link
Share on other sites

Тупанул!

Смотрел свой, переформатированый скриптом из совсем старого  :sob0:

Edited by Apec

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