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

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

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

revision 1.6 by reallysoft, Wed May 14 14:11:50 2003 UTC revision 1.7 by reallysoft, Fri May 30 08:40:53 2003 UTC
# Line 17  level={ Line 17  level={
17     "# r +>r l<+ l        O          O      #",     "# r +>r l<+ l        O          O      #",
18     "#             O        #W E#      @    #",     "#             O        #W E#      @    #",
19     "#   r  1  l   @         i i       N    #",     "#   r  1  l   @         i i       N    #",
20     "#                             a        #",     "#                 aw                   #",
21     "#                                      #",     "#                 %%    @E@ PPPPPP @   #",
22     "#             X   w                    #",     "#             X   %%                   #",
23     "#             x              l         #",     "#             x              l         #",
24     "#      O@  Xx   XxEW@O      #  E@ #    #",     "#      O@  Xx   XxEW@O      #  E@ #    #",
25     "#                                l     #",     "#                                l     #",
26     "# #                                    #",     "# #                           S        #",
27     "# S           X                        #",     "# S           X               @        #",
28     "# @           x              l         #",     "# @           x              l         #",
29     "#             S                l       #",     "#             S                l       #",
30     "#             N             l          #",     "#             N             l          #",
# Line 55  cells={} Line 55  cells={}
55  -- documentation  -- documentation
56    
57  cells["1"]=cell{{{document, "Sometimes the turnstiles rotate two steps"}}}  cells["1"]=cell{{{document, "Sometimes the turnstiles rotate two steps"}}}
 --cells["2"]=cell{{{document, "These bolders should hit the oxyds when impulse stones get touched"}}}  
 --cells["3"]=cell{{{document, "Crashes when triggering a Blocker item under a bolder"}}}  
 --cells["4"]=cell{{{document, "Oxyd does not get activated"}}}  
 --cells["5"]=cell{{{document, "Go one field left. In Oxyd you would die."}}}  
58    
59  -- basics  -- basics
60    
# Line 73  cells["O"] = cell{oxyd} Line 69  cells["O"] = cell{oxyd}
69  --cells["+"] = cell{parent=cells[" "],stone="st-turnstile-green"}  --cells["+"] = cell{parent=cells[" "],stone="st-turnstile-green"}
70  cells["+"] = cell{parent=cells[" "],stone="st-turnstile"}  cells["+"] = cell{parent=cells[" "],stone="st-turnstile"}
71    
72    cells["%"] = cell{parent=cells[" "],stone="st-brake"}
73    
74  cells["^"] = cell{parent=cells[" "],stone="st-turnstile-n"}  cells["^"] = cell{parent=cells[" "],stone="st-turnstile-n"}
75  cells["v"] = cell{parent=cells[" "],stone="st-turnstile-s"}  cells["v"] = cell{parent=cells[" "],stone="st-turnstile-s"}
76  cells["<"] = cell{parent=cells[" "],stone="st-turnstile-w"}  cells["<"] = cell{parent=cells[" "],stone="st-turnstile-w"}
# Line 100  cells["x"] = cell{parent=cells[" "], ite Line 98  cells["x"] = cell{parent=cells[" "], ite
98    
99  cells["w"] = cell{parent=cells[" "], item="it-magicwand"}  cells["w"] = cell{parent=cells[" "], item="it-magicwand"}
100    
101    cells["P"] = cell{parent=cells[" "], stone="st-pull"}
102    
103  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
104    
105  rs_create_world(level,cells)  rs_create_world(level,cells)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26