mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Improve documentation
This commit is contained in:
parent
489d0b4ba7
commit
af3bd51cb3
25 changed files with 1468 additions and 725 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# ubiquitousse.asset
|
||||
|
||||
Asset manager library.
|
||||
Asset manager library for Lua.
|
||||
|
||||
You can read the documentation [here](https://reuh.github.io/ubiquitousse/modules/asset.html).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- Asset manager.
|
||||
--- Asset manager for Lua.
|
||||
--
|
||||
-- Loads asset and cache them.
|
||||
--
|
||||
|
|
@ -8,6 +8,8 @@
|
|||
--
|
||||
-- No dependencies.
|
||||
-- @module asset
|
||||
-- @usage
|
||||
-- TODO
|
||||
|
||||
--- Asset manager.
|
||||
-- @type Asset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue