/[enigma]/enigma/levels/ant03.lua
ViewVC logotype

Diff of /enigma/levels/ant03.lua

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

revision 1.1 by dheck, Sun Dec 22 20:33:24 2002 UTC revision 1.2 by dheck, Mon Dec 23 13:27:55 2002 UTC
# Line 84  fill_floor("fl-metal", x1+1, y1+5, 4, 2) Line 84  fill_floor("fl-metal", x1+1, y1+5, 4, 2)
84  fill_floor("fl-abyss",  barx+1, 1, abyssw, level_height-2)  fill_floor("fl-abyss",  barx+1, 1, abyssw, level_height-2)
85    
86  draw_stones(walltile, {x1+1, y1+5}, {1, 0}, 4);  draw_stones(walltile, {x1+1, y1+5}, {1, 0}, 4);
87  set_stone("st-switch", x1+2, y1+5, {action="callback", target="proceed"})  
88    -- Keep the marble in safe distance from the "generator" \dh\
89    set_stone("st-switch", x1+2, y1+6, {action="callback", target="proceed"})
90    
91  fill_floor("fl-normal", 34, 1, 2, level_height-2)  fill_floor("fl-normal", 34, 1, 2, level_height-2)
92  set_stones(bordertile, {{34, 1}, {34, 5}, {34, 7}, {34, 11}})  set_stones(bordertile, {{34, 1}, {34, 5}, {34, 7}, {34, 11}})

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