lint fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-12 07:49:36 +01:00
parent fd983dd6e1
commit 1c25a077a5
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ globals = {
"Focus",
"Day",
"Timer",
"Glitch",
"Trigger",
"Util",
"Decision",
@@ -31,6 +32,7 @@ globals = {
"MinigameRhythmWindow",
"MinigameDDRWindow",
"MysteriousManWindow",
"EndWindow",
"mset",
"mget",
"btnp",

View File

@@ -36,7 +36,7 @@ function Glitch.draw()
-- Draw stripes only when active
if Context.glitch.state == "active" then
for i = 1, 15 do
for _ = 1, 15 do
local rx = math.random(0, Config.screen.width - 1)
local ry = math.random(0, Config.screen.height - 1)