Jump to content

Plugins in Phaser&ES6


Appolos
 Share

Recommended Posts

9 hours ago, samme said:

import GameScalePlugin from 'phaser-plugin-game-scale';

new Phaser.Game({
  // ...
  plugins: {
    global: [{ key: 'GameScalePlugin', plugin: GameScalePlugin, mapping: 'gameScale' }]
  }
  // ...
});

 

Hello! Thanks for answer and creating this plugin. I want ask you how to use your plugin for creating display that resize to mobile screen size (creating response game)
If you can help I'll be very grateful you.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...