/[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.1 by dheck, Sun Jan 5 21:15:47 2003 UTC revision 1.2 by ant_39, Wed Jan 8 20:19:58 2003 UTC
# Line 31  cells["."]=cell{floor={face="fl-abyss"}} Line 31  cells["."]=cell{floor={face="fl-abyss"}}
31  cells["#"]=cell{parent={cells[" "]},stone={face="st-greenbrown"}}  cells["#"]=cell{parent={cells[" "]},stone={face="st-greenbrown"}}
32  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}}
33  cells["m"]=cell{parent={cells[" "]},item={face="it-magicwand"}}  cells["m"]=cell{parent={cells[" "]},item={face="it-magicwand"}}
34  cells["c"]=cell{parent={cells["."], i_c_xy},item={face="it-trigger", attr={action="callback", target="turnbolder"}}}  cells["c"]=cell{parent={cells["."], i_c_xy},item={face="it-trigger", attr={action="callback", target="turnbolder", invisible=1}}}
35  cells["d"]=cell{parent={cells["."], i_d_xy},item={face="it-trigger", attr={action="callback", target="turnbolder"}}}  cells["d"]=cell{parent={cells["."], i_d_xy},item={face="it-trigger", attr={action="callback", target="turnbolder", invisible=1}}}
36  cells["e"]=cell{parent={cells["."], i_e_xy},item={face="it-trigger", attr={action="callback", target="turnbolder"}}}  cells["e"]=cell{parent={cells["."], i_e_xy},item={face="it-trigger", attr={action="callback", target="turnbolder", invisible=1}}}
37  cells["f"]=cell{parent={cells["."], i_f_xy},item={face="it-trigger", attr={action="callback", target="turnbolder"}}}  cells["f"]=cell{parent={cells["."], i_f_xy},item={face="it-trigger", attr={action="callback", target="turnbolder", invisible=1}}}
38  cells["0"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="0"}}}  cells["0"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="0"}}}
39  cells["1"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="1"}}}  cells["1"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="1"}}}
40  cells["2"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="2"}}}  cells["2"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="2"}}}
41  cells["3"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="3"}}}  cells["3"]=cell{parent={cells[" "]},stone={face="st-oxyd", attr={flavor="a", color="3"}}}
42  cells[">"]=cell{parent={cells[" "]},stone={face="st-bolder", attr={direction=EAST, name="bolder1"}}}  cells[">"]=cell{parent={cells[" "]},stone={face="st-bolder", attr={direction=EAST, name="bolder1"}}}
 cells["+"]=cell{parent={cells[" "]},item={face="it-document", attr={text="Avoid triggers to save life!"}}}  
43    
44  level = {  level = {
45     "####1##########0####",     "####1##########0####",
# Line 50  level = { Line 49  level = {
49     "1.  c   >      d  .0",     "1.  c   >      d  .0",
50     "#                  #",     "#                  #",
51     "#       m O        #",     "#       m O        #",
52     "#          +       #",     "#                  #",
53     "2.  f          e  .3",     "2.  f          e  .3",
54     "#.                .#",     "#.                .#",
55     "#.                .#",     "#.                .#",

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