dotagrid-cli 0.1.0

Data types and recursive layout for Dota 2 hero grid configurations
1
2
3
4
5
6
7
8
9
10
11
12
13
[[grids]]
name = "test"

[[grids.categories]]
name = "123213"
x = 0
y = 500
w = 500
h = 300
heroes = [
    "antimage",
    "pudge",
]