mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Initial commit
This commit is contained in:
commit
fc40d440df
11 changed files with 1828 additions and 0 deletions
12
config.ld
Normal file
12
config.ld
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
project = "Abstract"
|
||||
description = "Abstract Game Engine"
|
||||
full_description = "A simple Lua game engine, made to run everywhere. See the abstract module for more information."
|
||||
|
||||
title = "Abstract Reference"
|
||||
package = "abstract"
|
||||
|
||||
file = "./"
|
||||
format = "markdown"
|
||||
style = "!fixed"
|
||||
|
||||
not_luadoc = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue