https://github.com/quinten/phaser3-retina
Demo on how to support different devicePixelRatio's in Phaser 3
https://github.com/quinten/phaser3-retina
game-development javascript phaser3 retina
Last synced: over 1 year ago
JSON representation
Demo on how to support different devicePixelRatio's in Phaser 3
- Host: GitHub
- URL: https://github.com/quinten/phaser3-retina
- Owner: Quinten
- License: mit
- Created: 2018-06-01T17:55:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T17:28:19.000Z (over 7 years ago)
- Last Synced: 2025-03-14T23:51:48.512Z (over 1 year ago)
- Topics: game-development, javascript, phaser3, retina
- Language: JavaScript
- Size: 653 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser3-retina
Demo on how to support different devicePixelRatio's in Phaser 3
Read more on the blogpost on https://supernapie.com/blog/support-retina-with-phaser-3
### Install dependencies
```
npm install
```
### Spin local dev server
```
npm start
```
### Make a build of the game
```
npm run build
```