This commit is contained in:
wcjbr
2026-08-16 13:32:51 +08:00
parent 9b5d76a6ac
commit d36fd6d2ee
25 changed files with 2836 additions and 4 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"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 }
}
}
]
}