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

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

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