Skip to content

Commit 79e985d

Browse files
committed
Updated docs
1 parent 797aa6a commit 79e985d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/bitmaptext/static/BitmapText.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ var BitmapText = new Class({
412412
/**
413413
* Sets a drop shadow effect on this Bitmap Text.
414414
*
415-
* This is a WebGL only feature.
415+
* This is a WebGL only feature and only works with Static Bitmap Text, not Dynamic.
416416
*
417417
* You can set the vertical and horizontal offset of the shadow, as well as the color and alpha.
418418
*
@@ -459,7 +459,7 @@ var BitmapText = new Class({
459459
460460
* Remember that spaces and punctuation count as characters.
461461
*
462-
* This is a WebGL only feature.
462+
* This is a WebGL only feature and only works with Static Bitmap Text, not Dynamic.
463463
*
464464
* The tint works by taking the pixel color values from the Bitmap Text texture, and then
465465
* multiplying it by the color value of the tint. You can provide either one color value,

0 commit comments

Comments
 (0)