Skip to content

Commit 82267ce

Browse files
committed
Removed duplicate JSDoc typedef.
1 parent 175af00 commit 82267ce

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/renderer/index.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

7-
/**
8-
* @typedef {object} RendererConfig
9-
*
10-
* @property {boolean} clearBeforeRender - If `false`, the canvas won't be cleared before a frame is rendered. As a side effect, this can give a negligible performance boost with no visual artifacts with full-screen backgrounds.
11-
* @property {boolean} antialias - Whether to antialias textures when transforming them. This should be turned off if you're using pixel art as it will make it look blurry.
12-
* @property {Phaser.Display.Color} backgroundColor - The background color of the canvas. This is visible in areas which aren't covered by any Game Objects.
13-
* @property {number} resolution - The resolution of the game canvas. This is the scale of a pixel compared to the size it'll actually be visible as. This can allow high-resolution textures at the expense of video memory.
14-
* @property {boolean} autoResize - Whether the game canvas element should be physically resized to match the actual size of the canvas automatically.
15-
* @property {boolean} roundPixels - If `true`, graphics won't be drawn at fractional pixels. Enabling this can make pixel art look better.
16-
*/
17-
187
/**
198
* @namespace Phaser.Renderer
209
*/

0 commit comments

Comments
 (0)