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

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

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

revision 1.3 by mhawlisch, Thu Jul 31 09:13:27 2003 UTC revision 1.3.2.1 by dheck, Sun Sep 28 20:49:56 2003 UTC
# Line 1  Line 1 
1  -- created by Martin Hawlisch  -- created by Martin Hawlisch
2    
3  create_world( 20, 13)  create_world( 20, 13)
4  enigma.ConserveLevel=FALSE  if (options.Difficulty==2) then
5        enigma.ConserveLevel=FALSE
6    end
7  oxyd_default_flavor = "a"  oxyd_default_flavor = "a"
8    
9  fill_floor( "fl-abyss", 0, 0, level_width, 2)  fill_floor( "fl-abyss", 0, 0, level_width, 2)
# Line 30  oxyd(15, 8) Line 32  oxyd(15, 8)
32  oxyd_shuffle()  oxyd_shuffle()
33    
34  set_actor("ac-blackball", 10, 7.5, {player=0, mouseforce=1})  set_actor("ac-blackball", 10, 7.5, {player=0, mouseforce=1})
35  set_actor("ac-whiteball-small", 10, 5.5, {player=0, mouseforce=1})  if (options.Difficulty == 2) then
36        set_actor("ac-whiteball-small", 10, 5.5, {player=0})
37    else
38        set_actor("ac-killerball", 10, 5.5, {mouseforce=1,controllers=1})
39    end
40  set_actor("ac-whiteball-small", 10,11.5, {player=0, mouseforce=1})  set_actor("ac-whiteball-small", 10,11.5, {player=0, mouseforce=1})
41    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

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