-
Notifications
You must be signed in to change notification settings - Fork 0
/
iconset.xc
executable file
·28 lines (28 loc) · 1.27 KB
/
iconset.xc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* Icons set atlases.
* Атласы с набором иконок.
*
* Path relative to:
* Пути относительно:
* res_mods/x.x.x/gui/flash/atlases.
*/
{
"iconset": {
// Path to the atlas with icons for the battle loading screen.
// Путь к атласу с иконками для экрана загрузки боя.
"battleLoadingLeftAtlas": "battleAtlas",
"battleLoadingRightAtlas": "battleAtlas",
// Path to the atlas with icons for the players panels.
// Путь к атласу с иконками для "ушей".
"playersPanelLeftAtlas": "battleAtlas",
"playersPanelRightAtlas": "battleAtlas",
// Path to the atlas with icons for the full stats form (on "Tab" key pressed).
// Путь к атласу с иконками для формы подробной статистики (при нажатии клавиши "Tab").
"fullStatsLeftAtlas": "battleAtlas",
"fullStatsRightAtlas": "battleAtlas",
// Path to the atlas with icons for the over-target markers.
// Путь к атласу с иконками для маркеров над танками.
"vehicleMarkerAllyAtlas": "vehicleMarkerAtlas",
"vehicleMarkerEnemyAtlas": "vehicleMarkerAtlas"
}
}