mirror of
https://github.com/etlegacy/etlegacy-docs.git
synced 2024-12-13 05:31:08 +00:00
Added note about existing Lua API documentation
This commit is contained in:
parent
fb147c909a
commit
31b9f61fef
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ There are two aspects to this project:
|
||||||
* An updated game engine, **ET: Legacy**, which aims to fix bugs and security exploits, remove old dependencies, add useful features and modernize its graphics while still remaining compatible with ET 2.60b and as many of its mods as possible.
|
* An updated game engine, **ET: Legacy**, which aims to fix bugs and security exploits, remove old dependencies, add useful features and modernize its graphics while still remaining compatible with ET 2.60b and as many of its mods as possible.
|
||||||
* A new mod, **Legacy**, which aims to add many useful features and improvements while staying close to the original gameplay, as well as being lightweight and extensible through Lua scripts.
|
* A new mod, **Legacy**, which aims to add many useful features and improvements while staying close to the original gameplay, as well as being lightweight and extensible through Lua scripts.
|
||||||
|
|
||||||
.. note:: This documentation aims to be a centralized reference only. For information about common issues, getting help or contributing to the project, ensure to visit our official `website <https://www.etlegacy.com>`_ and `wiki <https://github.com/etlegacy/etlegacy/wiki>`_.
|
.. important:: This documentation aims to be a centralized reference only. For information about common issues, getting help or contributing to the project, ensure to visit the official `website <https://www.etlegacy.com>`_ and `wiki <https://github.com/etlegacy/etlegacy/wiki>`_.
|
||||||
|
|
||||||
|
.. note:: For scripting customization of Legacy mod, check the `Lua API reference <https://legacy-lua-api.readthedocs.io/>`_.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
Loading…
Reference in a new issue