From 0d0ba163ac65971e7881e7d33e6cd96f41ad9fc1 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Thu, 28 Oct 2021 17:56:57 +0200 Subject: [PATCH] + black cover to crit line --- scripts/gameplay/crit_line.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/gameplay/crit_line.lua b/scripts/gameplay/crit_line.lua index 46fab60..0bbf9cc 100644 --- a/scripts/gameplay/crit_line.lua +++ b/scripts/gameplay/crit_line.lua @@ -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,