ran pretty on the front
This commit is contained in:
Vendored
+5
-5
@@ -1,16 +1,16 @@
|
||||
declare module 'phaser3-rex-plugins/plugins/virtualjoystick.js' {
|
||||
declare module "phaser3-rex-plugins/plugins/virtualjoystick.js" {
|
||||
const content: any; // eslint-disable-line
|
||||
export default content;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/gestures-plugin.js' {
|
||||
declare module "phaser3-rex-plugins/plugins/gestures-plugin.js" {
|
||||
const content: any; // eslint-disable-line
|
||||
export default content;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/webfontloader-plugin.js' {
|
||||
declare module "phaser3-rex-plugins/plugins/webfontloader-plugin.js" {
|
||||
const content: any; // eslint-disable-line
|
||||
export default content;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/outlinepipeline-plugin.js' {
|
||||
declare module "phaser3-rex-plugins/plugins/outlinepipeline-plugin.js" {
|
||||
import GameObject = Phaser.GameObjects.GameObject;
|
||||
|
||||
class OutlinePipelinePlugin {
|
||||
@@ -21,6 +21,6 @@ declare module 'phaser3-rex-plugins/plugins/outlinepipeline-plugin.js' {
|
||||
|
||||
export default OutlinePipelinePlugin;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/gestures.js' {
|
||||
declare module "phaser3-rex-plugins/plugins/gestures.js" {
|
||||
export const Pinch: any; // eslint-disable-line
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user