Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant> pixelArt: boolean

Description:

Prevent pixel art from becoming blurred when scaled. It will remain crisp (tells the WebGL renderer to automatically create textures using a linear filter mode).

Type:
boolean
Since: 3.0.0
Source: src/core/Config.js (Line 374)