diff --git a/LUA.md b/LUA.md index 288106d..6ce5c42 100644 --- a/LUA.md +++ b/LUA.md @@ -25,4 +25,9 @@ Below you can find an overview of the LUA API - [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawellipse) - [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawline) - [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawrectangle) - - [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawtext) \ No newline at end of file + - [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawtext) + - [Drawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events) + - [Events](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#events) + - [ProfileUpdating](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profileupdating) + - [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) + - [KeyboardKeyPressed](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#keyboardkeypressed) \ No newline at end of file