phaser icon indicating copy to clipboard operation
phaser copied to clipboard

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

Results 215 phaser issues
Sort by recently updated
recently updated
newest added

- Method `emitter.addEmitZone` accepts an array of zoneConfig, but only return a zone object. - Might remove array of zoneConfig supporting, or return zone object array. - Add a `name`...

🐛 Beta Release Bug
✨ Particles

## Version * Phaser Version: v3.55.2 * Operating system: Linux * Browser: Google Chrome 109.0.5414.74 ## Description Drag move event continues to be executed after the GameObject is destroyed. ##...

⌨️ Input

## Version * Phaser Version: 3.55.2 * Browser: confirmed the problem using Firefox, Chrome, Edge ## Description Phaser.pointer.worldX and Y not adjusted by camera position when over a sprite Expected:...

👩‍💻 Code example needed

## Version * Phaser Version: 3.50-beta12/13 (and probably a lot of previous versions) * OS/Browser: Win10 Chrome ## Description When a hidden spine is made visible and an animation started,...

👩‍💻 Code example needed
🐛 Spine

## 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

## Version 3.60beta21 * Phaser Version: 3.60beta21 * Operating system: MBP 2023 16G RAM * Browser: Chrome ## Description I loaded same TiledMap with same code in Next.js project, the...

🐛 3rd Party Lib Bug

## Version * Phaser Version: 3.55.2 * Operating system: Windows * Browser: ## Description Hello, I have the feeling that Phaser.Geom.Line.GetPoints does not work quite like people expect as it...

💖 Feature Request

Version: Phaser Version: 3.55.2 Browser: Windows Chrome 107 I'm running into an interesting problem, and I think I have it narrowed down to the cause, and it's possible that it's...

⌨️ Input

When using enableDebug for input hitarea maybe it would be best if the debug rectangle is hidden when the gameobject is set to not visible. The reason for this is...

💖 Feature Request
⌨️ Input

calling `Phaser.Physics.Matter.Sprite.setScale(...)` also resets the rotational inertia ## Version * Phaser Version: Phaser v3.60.0-beta.18 * Operating system: Windows 10 * Browser: N/A, tested on chrome and firefox ## Description calling...

🧱 Physics