mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2026-05-04 12:33:11 +02:00
init
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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.96,
|
||||
|
||||
// How many in-game units is the origin (0,0) of the map from the bottom left point of the radar
|
||||
"offset": {
|
||||
"x": 3890,
|
||||
"y": 3800
|
||||
},
|
||||
|
||||
// Contains any special map splits
|
||||
"splits": [
|
||||
{
|
||||
// The top and bottom y height for this split
|
||||
"bounds": {
|
||||
"top": 11680,
|
||||
"bottom": 0
|
||||
},
|
||||
// The radar offset in percentages to apply when player is in the split
|
||||
"offset": {
|
||||
"x": 0.2,
|
||||
"y": -42.6
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
// Position in which advisories should be placed, in percentages from the bottom left
|
||||
"advisoryPosition": {
|
||||
"x": 68,
|
||||
"y": 84
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Reference in New Issue
Block a user