npm.io
1.0.6 • Published 7 years ago

phaser3-swipe-plugin

Licence
MIT
Version
1.0.6
Deps
0
Size
15 kB
Vulns
0
Weekly
0

Installation

npm i --save phaser3-swipe-plugin

# Or 

yarn add phaser3-swipe-plugin

Usage

  1. Import
import SwipePlugin from 'phaser3-swipe-plugin'
  1. Add to config (GameConfig) plugins property.
  ...
  plugins: {
    global: [
      {
        key: 'RandomNamePlugin',
        plugin: SwipePlugin,
        start: true,
        data: {
          // you can give your value for min offset
          offset: 123
        }
      }
    ]
  }
  ...

Tested on Phaser 3.15.1.

Keywords