Tom Atom
Tom Atom
This issue may be similar to https://github.com/photonstorm/phaser-ce/issues/663. Problem is, that when you click icon for browsing tabs (top right corner - see image below) and immediately click on tab with...
I noticed, that method ParseFromAtlas (from file ParseFromAtlas.js) is missing in Typescript defs. In source it is marked as private, but it is not used internally anywhere. It is used...
Currently, when creating Graphics GameObject with GraphicsOptions as config, it is necessary to enter all properties: x, y, lineStyle and fillStyle. In JS it is possible to pass only x...
When creating new scene, string or Phaser.Scene.Settings.Config is used in constructor. If using Config, it should be possible to use attribute pack and pass object with files to load. Currently...