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

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

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

revision 1.1 by reallysoft, Tue Mar 18 10:04:17 2003 UTC revision 1.2 by reallysoft, Fri Mar 21 10:48:13 2003 UTC
# Line 9  dofile(enigma.FindDataFile("levels/ralf. Line 9  dofile(enigma.FindDataFile("levels/ralf.
9    
10  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
11    
 oxyd_default_flavor = "d" -- not working?  
 flavor = "d" -- not working?  
12  first = 1  first = 1
13    
14  lightfloorface = "fl-sahara"  lightfloorface = "fl-sahara"
# Line 189  end Line 187  end
187  worldw,worldh = mapw*blockw+2,maph*blockh+2  worldw,worldh = mapw*blockw+2,maph*blockh+2
188    
189  create_world(worldw, worldh)  create_world(worldw, worldh)
190    oxyd_default_flavor = "a"
191  enigma.ConserveLevel = FALSE  enigma.ConserveLevel = FALSE
192    
193  fill_world_func(lightfloor)  fill_world_func(lightfloor)
# Line 209  first = 0 Line 208  first = 0
208  document(4*blockw,1*blockh,"Sections which have the same color always turn at the same time and in the same way.")  document(4*blockw,1*blockh,"Sections which have the same color always turn at the same time and in the same way.")
209    
210  oxyd_shuffle()  oxyd_shuffle()
 marble(mx*blockw+0.5,my*blockh+0.5)  
211  display.SetFollowMode(display.FOLLOW_SCROLLING)  display.SetFollowMode(display.FOLLOW_SCROLLING)
212    marble(mx*blockw+0.5,my*blockh+0.5)
213    
214    

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