mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-08 17:10:32 +01:00
add versioning
This commit is contained in:
parent
7e3a84eaac
commit
dc9867f359
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user