11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"map": {
|
|
"width": 50,
|
|
"height": 50,
|
|
"tiles": [],
|
|
"entities": [
|
|
{ "type": "player_base", "x": 10, "y": 10 },
|
|
{ "type": "enemy_base", "x": 40, "y": 40 }
|
|
]
|
|
}
|
|
} |