-
Got everything installed and running!
However, I'm seeing the following 2 JavaScript errors in the browser's dev console (and nothing appears to load in the main content section):
**JavaScript Error…
-
After running `npm install @ion-phaser/core` and `npm install @ion-phaser/react`. I am successfully able to install both packages. After running my code, which is the following:
```
import Reac…
-
I've simply imported the script and get thrown this error. I'm guessing this lib might not be compatible with Phaser 3 but that's not listed anywhere.
```
phaser-tiled-2.0.4.js:1961 Uncaught TypeErr…
-
@thoughtstream Your thoughts on the following are sought. @lizmat @vrurg please extend if need be.
Some time ago I was asking how to implement `DOC use Module`, see [user defined blocks](https://fi…
-
Got an error after npm install -g generator-phaser-official
```
npm WARN ENOENT ENOENT: no such file or directory, open '/usr/local/lib/node_modules/generator-phaser-official/package.json'
npm WARN E…
-
Installed using npm as per readme. Getting the following errors during game build:
`ERROR in ./node_modules/phaser-slopes/src/Matter/World.js
Module not found: Error: Can't resolve 'phaser/src/phy…
-
## Version
* Phaser Version: 3.70
* Operating system: Windows 10
* Browser: Chrome 119
## Description
Expecting to be circle in isometric tilemaps
For radius 100:
![image](htt…
-
If we want to revive the project, it would be nice if it gets an update to the latest Phaser version.
If you have time, please do.
I will try to get it running again on my side and create ticket…
-
Hi, I'm getting this error when I dont use bitmap font.
```
Phaser.Cache.getBitmapFont: Key "Arial" not found in Cache.
phaser.min.js:3 Uncaught TypeError: Cannot read property 'font' of null
…
-
I loaded a Sokoban game in griddly.ai and modified the rules a bit. I pressed "play" though I think the button was inactive. Nothing happened, but I got this in the error log:
```
HumanPlayerScene…