feat: add indexes for some datas
This commit is contained in:
parent
4c098df30d
commit
1310d9f5e8
1 changed files with 9 additions and 0 deletions
9
sonic-radiance.love/datas/gamedata/index.lua
Normal file
9
sonic-radiance.love/datas/gamedata/index.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
datapacks = {
|
||||
["battles"] = {"battles", {"test"}, true, {}},
|
||||
["items"] = {"items", {"medicines", "powerups", "gloves", "shoes", "accessories"}, true, {}},
|
||||
["ennemies"] = {"ennemies", {"classics"}, false, {"stats", "skills"}},
|
||||
["characters"] = {"characters", {}, false, {"stats", "skills", "inventory"}}
|
||||
},
|
||||
singlefile = {}
|
||||
}
|
Loading…
Reference in a new issue