TypeScript

Articles about "TypeScript"

Use Google Fonts in Phaser 3 with Web Font Loader


by on 6 minute read

Phaser is a great HTML5 game framework but it does not handle loading web fonts from Google or Adobe Edge. In this article we show you how …

Use Spine with Phaser 3 and TypeScript in VS Code


by on 7 minute read

TypeScript is a great way to create games in Phaser 3 but you will run into some type checking problems when using the SpinePlugin. This …

Easily Use Typescript with Phaser 3


by on 5 minute read

TypeScript helps you make better games with Phaser 3. Your game code can be more maintanable and have less bugs. Setting up a Phaser 3 …