Emulator: Set camera zoom-level and screen flip in scene JSON

This commit is contained in:
Riyyi
2022-10-16 12:47:21 +02:00
parent 16db21fcab
commit 900dbde54b
2 changed files with 12 additions and 14 deletions
+9 -2
View File
@@ -4,6 +4,13 @@
"translate": [ 0.0, 0.0, -1.0 ],
"rotate": [ 0.0, 0.0, 0.0 ],
"scale": [ 1.0, 1.0, 1.0 ],
"type": "orthographic"
}
"type": "orthographic",
"zoom-level": 0.45
},
"quad" : [
{
"name": "Screen",
"scale": [ 1.0, -0.9, 1.0 ]
}
]
}