aa
This commit is contained in:
+26
@@ -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 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user