Files
Boundard/config.ceg
T
2026-08-16 13:32:51 +08:00

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 }
}
}
]
}