Skip to content

Commit 085efa3

Browse files
committed
Fixed a couple of BitmapTextSize descriptions.
1 parent 8a7f381 commit 085efa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/bitmaptext/GetBitmapTextSize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
/**
88
* @typedef {object} BitmapTextSize
99
*
10-
* @property {GlobalBitmapTextSize} global - The position and size of the BitmapFont, taking into consideration the position and scale of the BitmapText Game Object.
11-
* @property {LocalBitmapTextSize} local - The position and size of the BitmapFont, taking just the font into consideration.
10+
* @property {GlobalBitmapTextSize} global - The position and size of the BitmapText, taking into consideration the position and scale of the Game Object.
11+
* @property {LocalBitmapTextSize} local - The position and size of the BitmapText, taking just the font size into consideration.
1212
*/
1313

1414
/**

0 commit comments

Comments
 (0)