27 lines
512 B
Plaintext
27 lines
512 B
Plaintext
{
|
|
"window": {
|
|
"width": 800,
|
|
"height": 600,
|
|
"title": "OpenCGE - config.ceg"
|
|
},
|
|
|
|
"input": [
|
|
{
|
|
"action": "quit",
|
|
"keys": ["Escape"]
|
|
}
|
|
],
|
|
|
|
"actors": [
|
|
{
|
|
"name": "square",
|
|
"position": { "x": 0, "y": 0 },
|
|
"facing": { "x": 1, "y": 0 },
|
|
"mesh": {
|
|
"shape": "quad",
|
|
"color": { "r": 0.5, "g": 0.5, "b": 0.5, "a": 1.0 }
|
|
}
|
|
}
|
|
]
|
|
}
|