# HG changeset patch # User kyberneticist@gmail.com # Date 1350845958 0 # Node ID 4d5c4b93efb240f9df62bd2d315845a46fbe4d52 # Parent 4c759fad66cff2d03058ba8c0a8482c06a0304b6 Edited wiki page LuaDrawing through web user interface. diff -r 4c759fad66cf -r 4d5c4b93efb2 LuaDrawing.wiki --- a/LuaDrawing.wiki Sun Oct 21 18:38:45 2012 +0000 +++ b/LuaDrawing.wiki Sun Oct 21 18:59:18 2012 +0000 @@ -3,7 +3,7 @@ = Drawing Maps With Lua = 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 2048x4096 +A simple example is given below. Note that Drawn maps use an area of 2048x4096. 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. = Details =