Skip to content

Commit 63ca126

Browse files
committed
Merge pull request phaserjs#816 from gamedevsam/patch-2
Typo fix
2 parents 0d2fa27 + d536697 commit 63ca126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @constructor
1414
* @param {Phaser.Game} game - A reference to the currently running game.
15-
* @param {number} x - The x coordinate of the Imaget. The coordinate is relative to any parent container this Image may be in.
15+
* @param {number} x - The x coordinate of the Image. The coordinate is relative to any parent container this Image may be in.
1616
* @param {number} y - The y coordinate of the Image. The coordinate is relative to any parent container this Image may be in.
1717
* @param {string|Phaser.RenderTexture|Phaser.BitmapData|PIXI.Texture} key - The texture used by the Image during rendering. It can be a string which is a reference to the Cache entry, or an instance of a RenderTexture, BitmapData or PIXI.Texture.
1818
* @param {string|number} frame - If this Image is using part of a sprite sheet or texture atlas you can specify the exact frame to use by giving a string or numeric index.

0 commit comments

Comments
 (0)