diff --git a/docs/index.html b/docs/index.html index 719f160..7245e3a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@ ldtk - LDtk level importer for LÖVE. + LDtk level importer for Lua and drawing using LÖVE. ecs @@ -90,7 +90,7 @@
generated by LDoc 1.4.6 -Last updated 2021-12-25 17:10:15 +Last updated 2021-12-25 19:17:08
diff --git a/docs/modules/asset.html b/docs/modules/asset.html index a52bfc2..a82d416 100644 --- a/docs/modules/asset.html +++ b/docs/modules/asset.html @@ -325,7 +325,7 @@
generated by LDoc 1.4.6 -Last updated 2021-12-25 17:10:15 +Last updated 2021-12-25 19:17:08
diff --git a/docs/modules/ecs.html b/docs/modules/ecs.html index 1b2e9f5..b3a081a 100644 --- a/docs/modules/ecs.html +++ b/docs/modules/ecs.html @@ -1361,7 +1361,7 @@
generated by LDoc 1.4.6 -Last updated 2021-12-25 17:10:15 +Last updated 2021-12-25 19:17:08
diff --git a/docs/modules/ldtk.html b/docs/modules/ldtk.html index 20066db..527da70 100644 --- a/docs/modules/ldtk.html +++ b/docs/modules/ldtk.html @@ -62,20 +62,22 @@

Module ldtk

-

LDtk level importer for LÖVE.

+

LDtk level importer for Lua and drawing using LÖVE.

Support most LDtk features, and allow easy usage in LÖVE projects.

-

Every unit is in pixel in the API unless written otherwise.

+

Every unit is in pixel in the API unless written otherwise. + Colors are reprsented as a table {r,g,b} where r,b,g in [0-1].

This modules returns a single function, LDtk(path).

-

Requires LÖVE love.graphics (drawing Image, SpriteBatch, Quad).

+

No mandatory dependency. + Requires LÖVE love.graphics (drawing Image, SpriteBatch, Quad) for drawing only.

Usage: