digitsensitive/phaser3-typescript

Phaser 3 configuration structures document

Abwuds opened this issue · 1 comments

I know this is not the right place,
But you are the only repo where I found a correct description of the game configuration.

Where can I find all the description of these structures for Phaser 3?
For example, what type and behavior correspond to the field "scene" in the game-configuration
and other structures?

Thank you

hello @Abwuds
thank you for your message. you can find all the descriptions in the official code. Unfortunately, there is currently no other way than to go through the code yourself.

I will update my repo as quick as possible, to make Phaser 3 even easier to use.