added DB reinit script
This commit is contained in:
@ -25,6 +25,7 @@ local map = {
|
||||
return "w"
|
||||
end
|
||||
end,
|
||||
-- Map Populate / check if map exists
|
||||
populate = function(self, map)
|
||||
for h=1,10 do
|
||||
for i=1,10 do
|
||||
@ -44,6 +45,8 @@ local map = {
|
||||
else
|
||||
return true
|
||||
end
|
||||
end,
|
||||
tileColor = function(self)
|
||||
end
|
||||
}
|
||||
local tiles = {}
|
||||
|
Reference in New Issue
Block a user