# HG changeset patch # User sheepluva # Date 1441674865 0 # Node ID 3b782365b20a176688f9f3370c2eb7877068e47d # Parent d5647149658eba2966dd852402ccf7676f4cfe88 Edited via web interface again diff -r d5647149658e -r 3b782365b20a LuaDrawing.wiki --- a/LuaDrawing.wiki Tue Sep 08 01:12:15 2015 +0000 +++ b/LuaDrawing.wiki Tue Sep 08 01:14:25 2015 +0000 @@ -1,6 +1,6 @@ #summary Drawing maps with Lua. -= Drawing Maps With Lua (OUTDATED) = += Drawing Maps With Lua (OUTDATED - don't use) = Starting in 0.9.18 it is possible to reliably use drawn map mode to draw maps with scripts. A simple example is given below. Note that Drawn maps use an area of 4096x2048. The examples below are static, but obviously this could be used for a random map variation - for example, simulating the Cave map by doing the fill below, then drawing random tunnels using circles that shift their course smoothly.