You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gameobjects/bitmaptext/GetBitmapTextSize.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
/**
8
8
* @typedef {object} BitmapTextSize
9
9
*
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.
0 commit comments