@unboxy/phaser-sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,8 @@ export interface UnboxyGameOptions {
|
|
|
12
12
|
pixelArt?: boolean;
|
|
13
13
|
/** Custom physics config (default: arcade with no gravity) */
|
|
14
14
|
physics?: Phaser.Types.Core.PhysicsConfig;
|
|
15
|
+
/** Phaser plugin registrations (e.g. `phaser3-rex-plugins` virtual joystick) */
|
|
16
|
+
plugins?: Phaser.Types.Core.PluginObject;
|
|
15
17
|
}
|
|
16
18
|
/**
|
|
17
19
|
* Create an Unboxy-enhanced Phaser game instance.
|
package/dist/core/UnboxyGame.js
CHANGED