SimpleWindow backgrounds must be unique

This commit is contained in:
2023-08-14 15:45:55 -06:00
parent 2b46732743
commit 14c7d714e4

View File

@@ -130,7 +130,8 @@
(makeGraphic
_width
_height
(or bgColor FlxColor.BLACK))
(or bgColor FlxColor.BLACK)
true)
(flixel.util.FlxSpriteUtil.drawRect this 0 0 _width _height FlxColor.TRANSPARENT (object color textColor))
(screenCenter)
(set selectionMarker (or _selectionMarker (defaultSelectionMarker?.clone)))