/[enigma]/enigma/data/levels/ant18.lua
ViewVC logotype

Diff of /enigma/data/levels/ant18.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ant_39, Sat Jan 18 00:30:40 2003 UTC revision 1.2 by ant_39, Fri Feb 21 18:01:59 2003 UTC
# Line 17  blocksx = 9 Line 17  blocksx = 9
17  blocksy = 5  blocksy = 5
18  blockw, blockh = get_map_size(blockmap)  blockw, blockh = get_map_size(blockmap)
19    
20  abyssfloor= cell{floor={face="fl-abyss"}}  sahara=     cell{floor="fl-sahara"}
21  sahara=     cell{floor={face="fl-sahara"}}  tigris=     cell{floor="fl-tigris"}
22  tigris=     cell{floor={face="fl-tigris"}}  metal=      cell{floor="fl-metal"}
23  metal=      cell{floor={face="fl-metal"}}  solidfloor= cell{{{checkerfloor,{sahara,tigris; sidex=blockw, sidey=blockh, offset=1}}}}
24  solidfloor= cell{parent={{checkerfloor,{sahara,tigris; sidex=blockw, sidey=blockh, offset=1}}}}  borderstone=cell{{{randomfloor,{cell{stone={face="st-rock2"}},cell{stone={face="st-rock5"}},0.15}}}}
25  borderstone=cell{parent={abyssfloor, {randomfloor,{cell{stone={face="st-rock2"}},cell{stone={face="st-rock5"}},0.15}}}}  marble=     cell{actor={"ac-blackball", {player=0}}}
 marble=cell{item={face="ac-blackball", attr={player=0}, actor=1}}  
26    
27  oxydstones = {n=0}  oxydstones = {n=0}
28    
29  cells={}  cells={}
30  cells["~"]=cell{parent=abyssfloor}  cells["~"]=abyss
31  cells["0"]=cell{parent={solidfloor,oxyd}}  cells["0"]=cell{{{solidfloor},{oxyd}}}
32  cells[" "]=cell{parent=solidfloor}  cells[" "]=solidfloor
33    
34  function place_new_oxyd_stone(count)  function place_new_oxyd_stone(count)
35     count = count or 1     count = count or 1

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26