Meta: Add assets for settings and scene
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"camera": {
|
||||||
|
"name": "Camera",
|
||||||
|
"translate": [ 0.0, 0.0, -1.0 ],
|
||||||
|
"rotate": [ 0.0, 0.0, 0.0 ],
|
||||||
|
"scale": [ 1.0, 1.0, 1.0 ],
|
||||||
|
"type": "orthographic"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"window": {
|
||||||
|
"fullscreen": "windowed",
|
||||||
|
"height": 432,
|
||||||
|
"title": "GarbAGE",
|
||||||
|
"vsync": true,
|
||||||
|
"width": 480
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user