mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Made some stain sync stuff that doesn't work because clients don't get stained for some reason :(
This commit is contained in:
parent
c56c9ad34e
commit
7255b008c0
5 changed files with 66 additions and 8 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"Lua.runtime.version": "LuaJIT"
|
||||
"Lua.runtime.version": "LuaJIT",
|
||||
"Lua.diagnostics.disable": [
|
||||
"cast-local-type",
|
||||
"param-type-mismatch",
|
||||
"undefined-global",
|
||||
"need-check-nil"
|
||||
],
|
||||
"Lua.diagnostics.globals": [
|
||||
"wait",
|
||||
"async"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue