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

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

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

revision 1.1 by ant_39, Tue Feb 11 17:23:34 2003 UTC revision 1.2 by ant_39, Fri Feb 21 18:01:59 2003 UTC
# Line 11  function f_doorA() send_group_message(do Line 11  function f_doorA() send_group_message(do
11    
12  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
13    
14  floor = cell{floor={face="fl-himalaya"}}  floor = cell{floor="fl-himalaya"}
15  stone = cell{stone={face="st-rock4"}}  stone = cell{stone="st-rock4"}
16  actor = cell{item= {face="ac-blackball", attr={player=0}, actor=1}}  actor = cell{actor={"ac-blackball", {player=0}}}
17  doorsA = {}  doorsA = {}
18  doorA = cell{parent={{add_multistone,{"st-door_a", doorsA, {type="v"}}}}}  doorA = cell{{{add_multistone, "st-door_a", doorsA, {type="v"}}}}
19  cslt1 = cell{stone={face="st-coinslot", attr={action="callback", target="f_doorA"}}}  cslt1 = cell{stone={"st-coinslot", {action="callback", target="f_doorA"}}}
20  coin1 = cell{item= {face="it-coin", attr={value=1}}}  coin1 = cell{item= {"it-coin", {value=1}}}
21  coin2 = cell{item= {face="it-coin", attr={value=2}}}  coin2 = cell{item= {"it-coin", {value=2}}}
22  coin3 = cell{item= {face="it-coin", attr={value=4}}}  coin3 = cell{item= {"it-coin", {value=4}}}
23  coinr = cell{parent={{randomfloor, {coin1, coin2, coin3}}}}  coinr = cell{{{randomfloor, {coin1, coin2, coin3}}}}
24  crack3 = cell{item= {face="it-crack", attr={type=3}}}  crack3 = cell{item= {"it-crack", {type=3}}}
25  crack2 = cell{item= {face="it-crack", attr={type=1}}}  crack2 = cell{item= {"it-crack", {type=1}}}
26  spring = cell{item= {face="it-spring2"}}  spring = cell{item= "it-spring2"}
27    
28  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
29    

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