Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beeglebug/phaser-pixel-scaler
- Owner: beeglebug
- License: gpl-2.0
- Created: 2014-08-26T08:26:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T13:21:58.000Z (over 8 years ago)
- Last Synced: 2024-04-18T06:45:47.871Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
````