bvg/build.lua

12 lines
214 B
Lua

return {
name = "Game",
developer = "Sage Vaillancourt",
output = "dist",
version = "0.1",
love = "11.5",
ignore = { "dist" },
icon = "icon.png",
identifier = "sagev.space.game",
}