SimpleWindow backgrounds must be unique
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user