diff --git a/LUA.md b/LUA.md index d2efb92..288106d 100644 --- a/LUA.md +++ b/LUA.md @@ -19,4 +19,10 @@ Below you can find an overview of the LUA API - [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor) - [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush) - [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush) - - [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush) \ No newline at end of file + - [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush) + - [Drawing](https://github.com/SpoinkyNL/Artemis/wiki/Drawing) + - [Functions](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#functions) + - [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