Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 233 Bytes

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);