digitsensitive / phaser3-typescript

Phaser 3 and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo

vladfaust opened this issue · comments

constructor(GameConfig: config) {

should be constructor(config: GameConfig)

commented

Absolutely, fixed. Thank you! 👍