Browse Source

Meta: Add assets for settings and scene

master
Riyyi 2 years ago
parent
commit
136250355e
  1. 9
      assets/scene/scene1.json
  2. 9
      assets/settings.json

9
assets/scene/scene1.json

@ -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"
}
}

9
assets/settings.json

@ -0,0 +1,9 @@
{
"window": {
"fullscreen": "windowed",
"height": 432,
"title": "GarbAGE",
"vsync": true,
"width": 480
}
}
Loading…
Cancel
Save