health : number The Game Objects health value. This is a handy property for setting and manipulating health on a Game Object.
angle : number The angle property is the rotation of the Game Object in degrees from its original orientation. Values
setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy
x : number The position of the Game Object on the x axis relative to the local coordinates of the parent.
new Bullet(game, x, y, key, frame) Create a new Bullet object. Bullets are used by the Phaser.Weapon class
game : Phaser.Game A reference to the currently running Game
[readonly] deltaY : number Returns the delta y value. The difference between world.y now and
frame : integer Gets or sets the current frame index of the texture being used to render this Game Object. To change the
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
loadTexture(key, frame, stopAnimation) Changes the base texture the Game
Page 8 of 11