diff -r b96fb9c3e3c0 -r 22f677d419ed LuaDrawing.wiki --- a/LuaDrawing.wiki Mon May 20 21:01:57 2019 +0100 +++ b/LuaDrawing.wiki Mon May 20 21:10:16 2019 +0100 @@ -42,8 +42,6 @@ Note: The reason why `onPreviewInit` is provided in the official Lua API is because it allows you to avoid unneccessary overhead in more complex Lua scripts. -Screenshot here! - == Concentric circles and more == function onGameInit() @@ -84,8 +82,6 @@ The following loop draws a set of nested points, alternating erasure and fill, which results in a set of concentric circles. The 2nd loop draws a web of lines and frames it using some final `AddPoint` calls. -Screenshot here! - == More examples == Check out the code for these built-in styles: