orjandh

Results 9 issues of orjandh

It would be nice if there was an event that fired when all currently playing sound have completed playback. There is the COMPLETE event, but it only works if you...

💖 Feature Request
🎵 Audio

## Version * Phaser Version: 3.55.2 * Operating system: Windows 11 * Browser: Chrome 98 ## Description When using the Spine plugin, two spine files cannot have the same texture...

🐛 Spine

## Version * Phaser Version: 3.55.2 * Operating system: Windows 10 * Browser: Chrome 97 and Firefox 96 ## Description When creating a BitmapMask after a WebGL context loss, Phaser...

🎭 Mask

## Version * Phaser Version: 3.52 and 3.55 * Operating system: Windows 10 * Browser: Chrome 91 ## Description When using the Spine Plugin that is bundled with Phaser, the...

🐛 Spine

### Steps to reproduce Create a query with a `GroupBy` on a navigational property inside a select statement. ```C# await db.sessions .Include(s => s.answers) .Select(s => s.answers.GroupBy(a => a.identifier).Count()) .ToListAsync();...

type-enhancement

## Version * Phaser Version: 3.55.2 ## Description The typdef for TextStyle.fontSize is string (https://github.com/photonstorm/phaser/blob/v3.51.0/src/gameobjects/text/typedefs/TextStyle.js#L8). This is fine, but it also supports to be a number, as seen here (https://github.com/photonstorm/phaser/blob/v3.51.0/src/gameobjects/text/TextStyle.js#L408)....

🐛 TypeScript Bug

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

**Describe the bug** Clicking on a html anchor link in the "Message" view of a message sends 2 requests to the server. **To Reproduce** Steps to reproduce the behavior: 1....

Added a check for invalid use of multiple scheduler types in the capacitor-local-notifications plugin. I think this is a good idea as the scheduler types are checked in an arbitrary...