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

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

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

revision 1.1 by ant_39, Wed Feb 12 18:57:22 2003 UTC revision 1.2 by ant_39, Fri Feb 21 18:01:59 2003 UTC
# Line 80  function tick() Line 80  function tick()
80  end  end
81    
82  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
83  floor = cell{floor={face="fl-tigris"}}  floor = cell{floor="fl-tigris"}
84  stone = cell{stone={face="st-rock5"}}  stone = cell{stone="st-rock5"}
85  spring= cell{item= {face="it-spring1"}}  spring= cell{item= "it-spring1"}
86  actor = cell{item= {face="ac-blackball", attr={player=0}, actor=1}, parent=spring}  actor = cell{actor={"ac-blackball", {player=0}}, parent=spring}
87  timer = cell{stone={face="st-timer", attr={action="callback", target="tick", interval=0.2}}}  timer = cell{stone={"st-timer", attr={action="callback", target="tick", interval=0.2}}}
88  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
89    
90  create_world(20, 13)  create_world(20, 13)

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