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

Diff of /enigma/data/levels/ant19.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, Mon Feb 10 19:59:07 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-15  -- 2003-01-15
5    -- 2003-02-10 -- keeping up to date with latest additions to ant.lua
6    
7  dofile(enigma.FindDataFile("levels/ant.lua"))  dofile(enigma.FindDataFile("levels/ant.lua"))
8    
# Line 37  cells["s"]=cell{parent=cells["w"],item={ Line 38  cells["s"]=cell{parent=cells["w"],item={
38    
39  cells["M"]=cell{parent=cells[" "],stone={face="st-pmirror", attr={movable=TRUE, transparent=FALSE, orientation=NORTH}}}  cells["M"]=cell{parent=cells[" "],stone={face="st-pmirror", attr={movable=TRUE, transparent=FALSE, orientation=NORTH}}}
40    
41  cells["1"]=cell{parent=cells[" "],stone={face="st-oxyd", attr={flavor="c", color="0"}}}  cells["0"]=cell{parent={cells[" "], oxyd}}
 cells["2"]=cell{parent=cells[" "],stone={face="st-oxyd", attr={flavor="c", color="1"}}}  
42  cells["O"]=cell{parent=cells[" "],item={face="ac-blackball", attr={player=0}, actor=1}}  cells["O"]=cell{parent=cells[" "],item={face="ac-blackball", attr={player=0}, actor=1}}
43    
44  level = {  level = {
# Line 78  level = { Line 78  level = {
78     "#........#.........#",     "#........#.........#",
79     "#        #         #",     "#        #         #",
80     "#        #         #",     "#        #         #",
81     "#1######1#2#######2#"     "#0######0#0#######0#"
82  }  }
83    
84  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
85  create_world_by_map(level, nil, cells)  oxyd_default_flavor = "c"
86    create_world_by_map(level, cells)
87  oxyd_shuffle()  oxyd_shuffle()

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