fix transition color in splash screen
This commit is contained in:
parent
7704c45dd0
commit
0831597d3a
|
@ -144,7 +144,7 @@ function render(deltaTime)
|
|||
|
||||
gfx.BeginPath()
|
||||
gfx.Rect(0, 0, Dim.design.width, Dim.design.height)
|
||||
gfx.FillColor(0, 0, 0)
|
||||
gfx.FillColor(255, 255, 255)
|
||||
gfx.Fill()
|
||||
|
||||
if splashState == "init" then
|
||||
|
|
Loading…
Reference in New Issue