File tree Expand file tree Collapse file tree
src/gameobjects/bitmaptext/static Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments