SimpleWindow backgrounds must be unique
This commit is contained in:
@@ -130,7 +130,8 @@
|
|||||||
(makeGraphic
|
(makeGraphic
|
||||||
_width
|
_width
|
||||||
_height
|
_height
|
||||||
(or bgColor FlxColor.BLACK))
|
(or bgColor FlxColor.BLACK)
|
||||||
|
true)
|
||||||
(flixel.util.FlxSpriteUtil.drawRect this 0 0 _width _height FlxColor.TRANSPARENT (object color textColor))
|
(flixel.util.FlxSpriteUtil.drawRect this 0 0 _width _height FlxColor.TRANSPARENT (object color textColor))
|
||||||
(screenCenter)
|
(screenCenter)
|
||||||
(set selectionMarker (or _selectionMarker (defaultSelectionMarker?.clone)))
|
(set selectionMarker (or _selectionMarker (defaultSelectionMarker?.clone)))
|
||||||
|
|||||||
Reference in New Issue
Block a user