1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

[doc] update doc

This commit is contained in:
Étienne Fildadut 2024-06-04 16:24:05 +02:00
parent e76bf88067
commit a31fefc68b
4 changed files with 7 additions and 7 deletions

View file

@ -2,8 +2,6 @@
The overengineered game dialog scripting system in pure Lua.
This is version 2, a full rewrite. **Currently not stable.**
```
:money = 10
:health points = 5
@ -30,6 +28,8 @@ This is version 2, a full rewrite. **Currently not stable.**
| Thanks, I feel much better.
```
This is version 2, a full rewrite. Version 1 is still available in the v1 branch.
Supported: Lua 5.4, Lua 5.3, LuaJIT (LuaJIT requires the utf8 module: `luarocks --lua-version=5.1 install luautf8`).
Otherwise all needed files are included in the `anselme` directory.