add sprite flipping, cleanup some lua things
This commit is contained in:
parent
15041984f1
commit
b659523d69
8 changed files with 48 additions and 27 deletions
19
.luarc.json
Normal file
19
.luarc.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"runtime": {
|
||||
"version": "LuaJIT"
|
||||
},
|
||||
"diagnostics": {
|
||||
"globals": [
|
||||
"pxl8",
|
||||
"pxl8_gfx",
|
||||
"pxl8_input",
|
||||
"pxl8_rng",
|
||||
"pxl8_sfx",
|
||||
"pxl8_sys"
|
||||
],
|
||||
"disable": [
|
||||
"lowercase-global",
|
||||
"unbalanced-assignments"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue