forked from mtcontrib/banners
add versioning
This commit is contained in:
4
init.lua
4
init.lua
@ -1,7 +1,9 @@
|
|||||||
local MP = core.get_modpath("banners") .. "/"
|
local MP = core.get_modpath("banners") .. "/"
|
||||||
dofile(MP .. "smartfs.lua")
|
dofile(MP .. "smartfs.lua")
|
||||||
|
|
||||||
banners = {}
|
banners = {
|
||||||
|
version = 20241128.1419
|
||||||
|
}
|
||||||
|
|
||||||
banners.masks = {
|
banners.masks = {
|
||||||
"bend_left", "bend_left_outline",
|
"bend_left", "bend_left_outline",
|
||||||
|
Reference in New Issue
Block a user