mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
18 lines
605 B
Text
18 lines
605 B
Text
project = "Ubiquitousse"
|
|
title = "Ubiquitousse reference"
|
|
description = "Ubiquitousse game development tools"
|
|
full_description = [[Set of Lua libraries to make game development easier using the [LÖVE](https://love2d.org/) game framework.
|
|
|
|
See [main module](modules/init.html) for more information, or the [GitHub page](https://github.com/Reuh/ubiquitousse) for the source.
|
|
]]
|
|
--package = "ubiquitousse"
|
|
|
|
format = "discount"
|
|
style = "!fixed"
|
|
no_summary = true
|
|
not_luadoc = true
|
|
|
|
custom_tags = { { "require", title="Requires" } }
|
|
|
|
topics = { "README.md", "LICENSE" }
|
|
file = { "init.lua", "ldtk/ldtk.can" }
|