LuaDrawing.wiki
changeset 595 d5647149658e
parent 378 4793d4b4e6be
child 596 3b782365b20a
equal deleted inserted replaced
594:e7f6dc615097 595:d5647149658e
     1 #summary Drawing maps with Lua.
     1 #summary Drawing maps with Lua.
     2 
     2 
     3 = Drawing Maps With Lua =
     3 = Drawing Maps With Lua (OUTDATED) =
     4 
     4 
     5 Starting in 0.9.18 it is possible to reliably use drawn map mode to draw maps with scripts.
     5 Starting in 0.9.18 it is possible to reliably use drawn map mode to draw maps with scripts.
     6 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.
     6 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.
     7 
     7 
     8 = Details =
     8 = Details =