love-loader/luapack.lua
Er2 b8cecffec2 Update.
Add 2nd limit for other coordinate in lib/keyb.

Add build script.

Fix luapack.

Removed select skin (very buggy).

Added battery and time indicator in psp skin.
2022-09-08 21:45:22 +03:00

20 lines
292 B
Lua

return {
entry = {
'main.lua',
'll-min.lua',
},
output = 'build/$name.lua',
plug = {
require 'plug.minify' {
extGlob = {
'love',
'llUsed',
'llHome',
'resize',
'COLDIV',
'MOBILE',
'W', 'H',
}
},
}
}