# HG changeset patch # User kyberneticist@gmail.com # Date 1354385373 0 # Node ID 3282541a4491f2cd969142d2af690aa1f74f42f3 # Parent d3ee654454019d981ecad31247e81abc66359f7e swap width/height diff -r d3ee65445401 -r 3282541a4491 LuaDrawing.wiki --- a/LuaDrawing.wiki Sat Dec 01 03:16:21 2012 +0000 +++ b/LuaDrawing.wiki Sat Dec 01 18:09:33 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. 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. +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. = Details =