summaryrefslogtreecommitdiff
path: root/game/data/map_conf.json
blob: 79a7a29d35f73961868e6d1b26d63712c40e42c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "entities": [
        {
            "bytes": 0,
            "name": "unused",
            "w": 1
        },
        {
            "bytes": 0,
            "name": "player",
            "w": 1
        },
        {
            "bytes": 0,
            "name": "enemy",
            "w": 1
        }
    ]
}