Eric

Results 2 issues of Eric

Currently the console throws errors when I access body parameters in a Phaser.GameObjects.Sprite Class, although I have added it to the physics world. Example: ``` export class Pipe extends Phaser.GameObjects.Sprite...

Hello! When creating a **PathFollower** and calling the function **startFollow()** you can currently pass a config (number or PathConfig) and the startAt(number). Looking at this example you should also be...