We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1c16d commit 2238a13Copy full SHA for 2238a13
1 file changed
src/boot/Config.js
@@ -182,10 +182,10 @@ var Config = new Class({
182
this.fps = GetValue(config, 'fps', null);
183
184
// Renderer Settings
185
- this.pixelArt = GetValue(config, 'pixelArt', false);
+ this.pixelArt = GetValue(config, 'pixelArt', true);
186
this.autoResize = GetValue(config, 'autoResize', false);
187
this.roundPixels = GetValue(config, 'roundPixels', false);
188
- this.transparent = GetValue(config, 'transparent', false);
+ this.transparent = GetValue(config, 'transparent', true);
189
this.clearBeforeRender = GetValue(config, 'clearBeforeRender', true);
190
this.preserveDrawingBuffer = GetValue(config, 'preserveDrawingBuffer', false);
191
this.failIfMajorPerformanceCaveat = GetValue(config, 'failIfMajorPerformanceCaveat', false);
0 commit comments