fix: add globals

This commit is contained in:
Kazhnuz Klappsthul 2020-11-09 15:58:30 +01:00
parent 6bac6704f5
commit 982be45f1a
1 changed files with 12 additions and 0 deletions

12
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"Lua.diagnostics.globals": [
"love",
"loadstring",
"unpack",
"birb",
"utils",
"core",
"scenes",
"game"
]
}