samme

Results 27 issues of samme

## Version * Phaser Version: 3.52.0 (and earlier) ## Description Call [Phaser.Actions.GridAlign()](https://photonstorm.github.io/phaser3-docs/Phaser.Actions.html#.GridAlign) with `x` and `y` [options](https://photonstorm.github.io/phaser3-docs/Phaser.Types.Actions.html#.GridAlignConfig "GridAlignConfig"). > Optionally place the top-left of the final grid at this coordinate....

## Version * Phaser Version: 3.70.0 ## Description Create a game with the Canvas renderer. Create a Dynamic Texture, [fill](https://newdocs.phaser.io/docs/3.70.0/focus/Phaser.Textures.DynamicTexture-fill) with a color, and add an Image with the texture....

🔮 Renderer (Canvas)

## Version * Phaser Version: 3.60.0-beta.19 and earlier ## Example Test Code this.add.layer().add([this.add.graphics()]); > Argument of type 'Graphics[]' is not assignable to parameter of type 'GameObject'. https://github.com/photonstorm/phaser/blob/b093ece6202e50b1354c67e57461e7114c8bd011/src/structs/List.js#L107

🐛 TypeScript Bug

This PR * Adds a new feature (closes #6791) > Remove the resources listed in an Asset Pack. > > This removes Animations from the Animation Manager, Textures from the...

This PR * Adds a new feature > The Timeline's delta time scale. > > Values higher than 1 increase the speed of time, while values smaller than 1 decrease...

This PR * Fixes a bug Fixes #6799

## Version * Phaser Version: 3.80.1 and earlier ## Description Create a game with type `CANVAS` or `AUTO` and no WebGL support. Create a game object and call its `getPipelineName()`....

This PR * Updates the Documentation Some questions from devs on this lately.

If you create a BitmapText object with a bad key you see something like this in the console: > [Warning] Invalid BitmapText key: font > [Error] TypeError: undefined is not...