textPlates need unique graphics

This commit is contained in:
2023-05-11 13:17:29 -06:00
parent 76e0502faf
commit 71cc7795e1

View File

@@ -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))