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",
|
||||
"Meters",
|
||||
"Minigames",
|
||||
"SplashWindow",
|
||||
"IntroWindow",
|
||||
"MenuWindow",
|
||||
"GameWindow",
|
||||
"PopupWindow",
|
||||
"ConfigurationWindow",
|
||||
"AudioTestWindow",
|
||||
"MinigameButtonMashWindow",
|
||||
"MinigameRhythmWindow",
|
||||
"MinigameDDRWindow",
|
||||
"mset",
|
||||
"mget",
|
||||
"btnp",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
local SplashWindow = {}
|
||||
local IntroWindow = {}
|
||||
local MenuWindow = {}
|
||||
local GameWindow = {}
|
||||
local PopupWindow = {}
|
||||
local ConfigurationWindow = {}
|
||||
local AudioTestWindow = {}
|
||||
local MinigameButtonMashWindow = {}
|
||||
local MinigameRhythmWindow = {}
|
||||
local MinigameDDRWindow = {}
|
||||
SplashWindow = {}
|
||||
IntroWindow = {}
|
||||
MenuWindow = {}
|
||||
GameWindow = {}
|
||||
PopupWindow = {}
|
||||
ConfigurationWindow = {}
|
||||
AudioTestWindow = {}
|
||||
MinigameButtonMashWindow = {}
|
||||
MinigameRhythmWindow = {}
|
||||
MinigameDDRWindow = {}
|
||||
Util = {}
|
||||
Meters = {}
|
||||
Minigames = {}
|
||||
|
||||
Reference in New Issue
Block a user