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

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

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

revision 1.4 by ant_39, Fri Feb 21 18:01:59 2003 UTC revision 1.5 by reallysoft, Mon Jun 23 13:28:41 2003 UTC
# Line 2  Line 2 
2  -- (c) 2002 Petr Machata/ant_39  -- (c) 2002 Petr Machata/ant_39
3  -- Licensed under GPL v2.0 or above  -- Licensed under GPL v2.0 or above
4  -- 2003-02-10 -- keeping up to date with latest additions to ant.lua  -- 2003-02-10 -- keeping up to date with latest additions to ant.lua
5    -- 2003-06-23 -- changed abyss to water, because st-bolder now falls into abyss [ralf]
6    
7  dofile(enigma.FindDataFile("levels/ant.lua"))  dofile(enigma.FindDataFile("levels/ant.lua"))
8  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# Line 20  end Line 21  end
21    
22  cells={}  cells={}
23  cells[" "]=cell{floor="fl-sand"}  cells[" "]=cell{floor="fl-sand"}
24  cells["."]=cell{floor="fl-abyss"}  cells["."]=cell{floor="fl-water"}
25  cells["#"]=cell{stone="st-greenbrown"}  cells["#"]=cell{stone="st-greenbrown"}
26  cells["O"]=cell{actor={"ac-blackball", {player=0}}}  cells["O"]=cell{actor={"ac-blackball", {player=0}}}
27  cells["m"]=cell{item= {"it-magicwand"}}  cells["m"]=cell{item= {"it-magicwand"}}

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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