From 3f0d1e58c6cb5eaea5687b7be24f24c9f3b72f3d Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 21:33:52 +0100 Subject: [PATCH] Updated Drawing (markdown) --- Drawing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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