Typescript definitions for phaser3-ninepatch-plugin
npm install @robowhale/phaser3-ninepatch-types-fixGameObjectFactory and GameObjectCreatore are not properly patched
NinePatch marked as private and I need them to be public for my 9-patch editor
npm install @robowhale/phaser3-ninepatch-types-fix
`
Then add index.d.ts file to the files section of tsconfig.json
`
"files": [
"node_modules/@robowhale/phaser3-ninepatch-types-fix/index.d.ts"
]
`
$3
Typescript will throw some warnings because these types conflicts with the original types.
To suppress them add "skipLibCheck": true to your tsconfig.json`