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

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

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

revision 1.1 by ant_39, Sat Mar 8 20:22:39 2003 UTC revision 1.2 by dheck, Thu Sep 11 18:16:47 2003 UTC
# Line 12  Line 12 
12  --- in Oxyd Extra, the killer marble was a lot faster than black one. I tried to use  --- in Oxyd Extra, the killer marble was a lot faster than black one. I tried to use
13  --- mouseforce=2 with no effect, please repair as soon as this feature becomes  --- mouseforce=2 with no effect, please repair as soon as this feature becomes
14  --- implemented.  --- implemented.
15    ---
16    --- FINAL NOTE
17    --- everything should work now :-) Daniel
18    
19    
20  dofile(enigma.FindDataFile("levels/ant.lua"))  dofile(enigma.FindDataFile("levels/ant.lua"))
21  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
22  fl0 = cell{floor="fl-gray"}  fl0 = cell{floor="fl-gray"}
23  marble = cell{actor={"ac-blackball", {player=0}}}  marble = cell{actor={"ac-blackball", {player=0}}}
24  killer = cell{actor={"ac-whiteball-small", {player=0, mouseforce=1}}}  killer = cell{actor={"ac-killerball", {mouseforce=2, controllers=1}}}
25  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26  create_world(20, 13)  create_world(20, 13)
27  oxyd_default_flavor="c"  oxyd_default_flavor="c"

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