+ black cover to crit line

This commit is contained in:
FajsiEx 2021-10-28 17:56:57 +02:00
parent 1d62585f7e
commit 0d0ba163ac
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ end
local renderBase = function (deltaTime, centerX, centerY, rotation)
setUpTransforms(centerX, centerY, rotation)
gfx.BeginPath()
gfx.FillColor(0, 0, 0, 192)
gfx.Rect(-1080/2, 0, 1080, 1080)
gfx.Fill()
gfx.BeginPath();
gfx.ImageRect(
-CRITBAR_W/2,