set window objects to global
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
10
.luacheckrc
10
.luacheckrc
@@ -14,6 +14,16 @@ globals = {
|
|||||||
"Context",
|
"Context",
|
||||||
"Meters",
|
"Meters",
|
||||||
"Minigames",
|
"Minigames",
|
||||||
|
"SplashWindow",
|
||||||
|
"IntroWindow",
|
||||||
|
"MenuWindow",
|
||||||
|
"GameWindow",
|
||||||
|
"PopupWindow",
|
||||||
|
"ConfigurationWindow",
|
||||||
|
"AudioTestWindow",
|
||||||
|
"MinigameButtonMashWindow",
|
||||||
|
"MinigameRhythmWindow",
|
||||||
|
"MinigameDDRWindow",
|
||||||
"mset",
|
"mset",
|
||||||
"mget",
|
"mget",
|
||||||
"btnp",
|
"btnp",
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
local SplashWindow = {}
|
SplashWindow = {}
|
||||||
local IntroWindow = {}
|
IntroWindow = {}
|
||||||
local MenuWindow = {}
|
MenuWindow = {}
|
||||||
local GameWindow = {}
|
GameWindow = {}
|
||||||
local PopupWindow = {}
|
PopupWindow = {}
|
||||||
local ConfigurationWindow = {}
|
ConfigurationWindow = {}
|
||||||
local AudioTestWindow = {}
|
AudioTestWindow = {}
|
||||||
local MinigameButtonMashWindow = {}
|
MinigameButtonMashWindow = {}
|
||||||
local MinigameRhythmWindow = {}
|
MinigameRhythmWindow = {}
|
||||||
local MinigameDDRWindow = {}
|
MinigameDDRWindow = {}
|
||||||
Util = {}
|
Util = {}
|
||||||
Meters = {}
|
Meters = {}
|
||||||
Minigames = {}
|
Minigames = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user