We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e96b1a + 24c1ca8 commit ec29a20Copy full SHA for ec29a20
src/Application/index.js
@@ -37,7 +37,7 @@ export let AppInstance
37
export let AppData
38
39
const defaultOptions = {
40
- stage: { w: 1920, h: 1080, clearColor: 0x00000000, canvas2d: false },
+ stage: { w: 1920, h: 1080, precision: 1, clearColor: 0x00000000, canvas2d: false },
41
debug: false,
42
defaultFontFace: 'RobotoRegular',
43
keys: {
0 commit comments