/[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.2 by ant_39, Fri Feb 21 18:01:59 2003 UTC revision 1.3 by ant_39, Sun Apr 13 15:06:35 2003 UTC
# Line 84  floor = cell{floor="fl-tigris"} Line 84  floor = cell{floor="fl-tigris"}
84  stone = cell{stone="st-rock5"}  stone = cell{stone="st-rock5"}
85  spring= cell{item= "it-spring1"}  spring= cell{item= "it-spring1"}
86  actor = cell{actor={"ac-blackball", {player=0}}, parent=spring}  actor = cell{actor={"ac-blackball", {player=0}}, parent=spring}
87  timer = cell{stone={"st-timer", attr={action="callback", target="tick", interval=0.2}}}  timer = cell{stone={"st-timer", {action="callback", target="tick", interval=0.2}}}
88  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
89    
90  create_world(20, 13)  create_world(20, 13)

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