Skip to content

Commit 6f67744

Browse files
committed
Docs update.
1 parent bb452e2 commit 6f67744

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
318318
* Weapon.fire has two new arguments: `offsetX` and `offsetY`. If the bullet is fired from a tracked Sprite or Pointer, or the `from` argument is set, this applies a horizontal and vertical offset from the launch position.
319319
* Weapon.fireOffset attempts to fire a single Bullet from a tracked Sprite or Pointer, but applies an offset to the position first. This is a shorter form of calling `Weapon.fire` and passing in the offset arguments.
320320
* Weapon.fireMany attempts to fire multiple bullets from the positions defined in the given array. If you provide a `from` argument, or if there is a tracked Sprite or Pointer, then the positions are treated as __offsets__ from the given objects position. If `from` is undefined, and there is no tracked object, then the bullets are fired from the given positions, as they exist in the world.
321+
* When loading a Sprite Sheet you can now specify the number of frames to skip, as the frames are extracted from the sheet and converted to Frames (thanks @arefiev #2763)
321322

322323
### Updates
323324

324325
* TypeScript definitions fixes and updates (thanks @chriteixeira @StealthC @Lopdo)
325-
* Docs typo fixes (thanks @JTronLabs @samme)
326+
* Docs typo fixes (thanks @JTronLabs @samme @jorgesumle)
326327
* `Phaser.Line.fromSprite` now uses the Sprite.centerX and centerY properties if the `useCenter` argument is true. Before it required you to have overridden the Sprite and added the property yourself (thanks @samme #2729)
327328
* Updated the pointer check code in the Device class, to get rid of the message `Navigator.pointerEnabled is a non-standard API added for experiments only. It will be removed in near future.` in Chrome.
328329
* The P2 Physics library has been updated to 0.7.1. This is still quite out of date, but as soon as they release their latest build (hopefully soon) we'll update to that.
@@ -332,6 +333,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
332333
* `DisplayObjectContainer.removeChildren` was incorrectly using the `begin` var, instead of `beginIndex` (thanks @alex-espinoza #2742 #2741)
333334
* Camera.fx is tested to see if it exists, before resetting it (thanks @samme #2739 #2738)
334335
* The Weapon Plugin will no longer crash if the Weapon's bullets have not yet been initialized before setting a new bullet class (thanks @JTronLabs #2731)
336+
* Groups with `fixedToCamera` set on them now factor in the camera scale (thanks @kevinAlbs #2771)
335337

336338
### Pixi Updates
337339

0 commit comments

Comments
 (0)