digitsensitive / phaser3-typescript

Phaser 3 and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building fails with phaser 3.16.1

CipSoft-Components opened this issue · comments

I tried to update to the current phaser version 3.16.1, but than everything breaks, because the games uses a removed API configuration.
Even if I only use the boilerplate as entry point, the project tries to build everything, and fails, because of the API problem.
Can you adjust the game examples? Is it possible, to configure the project in the way, that only a selected example, or the boilerplate, is build?

commented

Hello @CipSoft-Components
Thank you for your feedback. The current version of the repository will fail with any newer version, because it is not compatible atm. I am working on the update to phaser version 3.16.2. However, the following problem must be solved before I can perform an update.

commented

@CipSoft-Components I have finished the update to phaser version 3.16.2.

Is it possible, to configure the project in the way, that only a selected example, or the boilerplate, is build?

Will take care of this later. Closing this issue.