rui han

Results 2 issues of rui han

Thank you for this amazing UI plugin, this is the most extensive and well designed UI system I've come across for Phaser! ❤️ ## Issue There is a circular import...

wontfix

Typescript now allows the `default` keyword to be used when exporting an interface, for example ```ts export default interface DataModelConfig { currentScore: number, progress: number[] | null } ``` However,...