13 lines
256 B
TOML
13 lines
256 B
TOML
|
|
[hud]
|
|
#The x-offset for the champion HUD
|
|
#Range: -1000 ~ 1000
|
|
hudXOffset = 0
|
|
#The y-offset for the champion HUD
|
|
#Range: -1000 ~ 1000
|
|
hudYOffset = 0
|
|
#The distance, in blocks, from which the champion HUD can be seen
|
|
#Range: 0 ~ 1000
|
|
hudRange = 50
|
|
|