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

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

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

revision 1.2 by dheck, Sat Feb 1 16:59:09 2003 UTC revision 1.3 by ant_39, Sat Feb 8 17:17:30 2003 UTC
# Line 2  Line 2 
2  -- (c) 2003 Petr Machata/ant_39  -- (c) 2003 Petr Machata/ant_39
3  -- Licensed under GPL v2.0 or above  -- Licensed under GPL v2.0 or above
4  -- 2003-01-24  -- 2003-01-24
5    -- 2003-02-08 -- changed document text, as fl-metal looks the same as fl-normal
6    
7  dofile(enigma.FindDataFile("levels/ant.lua"))  dofile(enigma.FindDataFile("levels/ant.lua"))
8    
# Line 12  cells={} Line 13  cells={}
13  cells[" "]=cell{floor={face="fl-metal"}}  cells[" "]=cell{floor={face="fl-metal"}}
14  cells["."]=cell{floor={face="fl-abyss"}}  cells["."]=cell{floor={face="fl-abyss"}}
15  cells[":"]=cell{parent=cell{floor={face="fl-normal"}}, stone={face="st-chameleon", attr={modelname="fl-normal"}}, item={face="it-seed"}}  cells[":"]=cell{parent=cell{floor={face="fl-normal"}}, stone={face="st-chameleon", attr={modelname="fl-normal"}}, item={face="it-seed"}}
16  cells["+"]=cell{parent={cells[" "]},item={face="it-document", attr={text="Watch irregularities..."}}}  cells["+"]=cell{parent={cells[" "]},item={face="it-document", attr={text="This level is symetric..."}}}
17    
18  cells["#"]=cell{parent=cells[" "], stone={face="st-rock1"}}  cells["#"]=cell{parent=cells[" "], stone={face="st-rock1"}}
19  cells["X"]=cell{parent=cells[" "], stone={face="st-grate1"}}  cells["X"]=cell{parent=cells[" "], stone={face="st-grate1"}}

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

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