/phaser-pixel-scaler

Phaser Pixel Scaler Plugin

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

phaser-pixel-scaler

Phaser Pixel Scaler Plugin

Usage

In your create method, simply add the plugin to the game, and pass it the desired scale factor:

game.plugins.add(Phaser.Plugin.PixelScaler, 4);