Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeglebug/phaser-pixel-scaler

Phaser Pixel Scaler Plugin
https://github.com/beeglebug/phaser-pixel-scaler

Last synced: 8 days ago
JSON representation

Phaser Pixel Scaler Plugin

Awesome Lists containing this project

README

        

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