This commit is contained in:
@@ -5,6 +5,7 @@ globals = {
|
|||||||
"Focus",
|
"Focus",
|
||||||
"Day",
|
"Day",
|
||||||
"Timer",
|
"Timer",
|
||||||
|
"Glitch",
|
||||||
"Trigger",
|
"Trigger",
|
||||||
"Util",
|
"Util",
|
||||||
"Decision",
|
"Decision",
|
||||||
@@ -31,6 +32,7 @@ globals = {
|
|||||||
"MinigameRhythmWindow",
|
"MinigameRhythmWindow",
|
||||||
"MinigameDDRWindow",
|
"MinigameDDRWindow",
|
||||||
"MysteriousManWindow",
|
"MysteriousManWindow",
|
||||||
|
"EndWindow",
|
||||||
"mset",
|
"mset",
|
||||||
"mget",
|
"mget",
|
||||||
"btnp",
|
"btnp",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ function Glitch.draw()
|
|||||||
|
|
||||||
-- Draw stripes only when active
|
-- Draw stripes only when active
|
||||||
if Context.glitch.state == "active" then
|
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 rx = math.random(0, Config.screen.width - 1)
|
||||||
local ry = math.random(0, Config.screen.height - 1)
|
local ry = math.random(0, Config.screen.height - 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user