diff --git a/Drawing.md b/Drawing.md index 01ff36f..f6ad0ef 100644 --- a/Drawing.md +++ b/Drawing.md @@ -2,10 +2,10 @@ The Drawing variable lets you draw brushes to the keyboard in different shapes. To get the Drawing variable you need to subscribe to the [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) event, as shown in the examples paired with each funtion. ## Overview -* [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getcolor) -* [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor) -* [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush) -* [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush) +* [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) ## Functions ### DrawEllipse