# HG changeset patch
# User Wuzzy
# Date 1558383016 -3600
# Node ID 22f677d419edf5bbd5dd40303966ae46de8a5432
# Parent b96fb9c3e3c056213f0b23f89587ac15e00f9de6
LuaDrawing: Remove dead links
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: