mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2025-12-10 10:02:50 +01:00
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
{
|
|
"version": {
|
|
// The version of this meta file
|
|
"radar": 2,
|
|
// The object format version this file is using
|
|
"format": 2
|
|
},
|
|
|
|
// The amount of in-game units per pixel of the 1024px radar image
|
|
"resolution": 4.74,
|
|
|
|
// How many in-game units is the origin (0,0) of the map from the bottom left point of the radar
|
|
"offset": {
|
|
"x": 2510,
|
|
"y": 2440
|
|
},
|
|
|
|
// Contains any special map splits
|
|
"splits": [],
|
|
|
|
// Position in which advisories should be placed, in percentages from the bottom left
|
|
"advisoryPosition": {
|
|
"x": 10,
|
|
"y": 56
|
|
}
|
|
}
|