From 71cc7795e1c8ae577950bc40f76010eeea26c71a Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 11 May 2023 13:17:29 -0600 Subject: [PATCH] textPlates need unique graphics --- src/kiss_flixel/SpriteTools.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiss_flixel/SpriteTools.kiss b/src/kiss_flixel/SpriteTools.kiss index 9f3e012..7b1737a 100644 --- a/src/kiss_flixel/SpriteTools.kiss +++ b/src/kiss_flixel/SpriteTools.kiss @@ -68,6 +68,6 @@ textHeight flxText.height plate (new FlxSprite)] (set flxText.color textColor) - (plate.makeGraphic (+ (* 2 margin) textWidth) (+ (* 2 margin) textHeight) bgColor) + (plate.makeGraphic (+ (* 2 margin) textWidth) (+ (* 2 margin) textHeight) bgColor true) (plate.stamp flxText margin margin) plate)) \ No newline at end of file