19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
{
|
|
"window": {
|
|
"width": 800,
|
|
"height": 600,
|
|
"title": "Boundard - config.ceg"
|
|
},
|
|
|
|
"input": [
|
|
{ "action": "quit", "keys": ["Escape"] }
|
|
],
|
|
|
|
"start_scene": "main",
|
|
|
|
"scenes": [
|
|
{ "name": "main", "path": "scenes/main.json" },
|
|
{ "name": "second", "path": "scenes/second.json" }
|
|
]
|
|
}
|