home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / level2a.lua < prev    next >
Text File  |  2003-01-05  |  665b  |  44 lines

  1. levelw = 20
  2. levelh = 13
  3.  
  4. create_world(levelw, levelh)
  5. draw_border("st-invisible")
  6.  
  7. fill_floor("fl-space", 0,0, level_width,level_height)
  8.  
  9. fill_floor("fl-gray", 9,6, 2,1)
  10. fill_floor("fl-gray", 1,3, 18,1)
  11. fill_floor("fl-gray", 1,9, 18,1)
  12.  
  13. abyss(3,3)
  14. abyss(5,3)
  15. abyss(3,9)
  16. abyss(5,9)
  17. abyss(14,3)
  18. abyss(16,3)
  19. abyss(14,9)
  20. abyss(16,9)
  21. abyss(8,6)
  22. abyss(11,6)
  23.  
  24. shogundot1 (18,4)
  25. shogundot2 (9,1)
  26. shogundot3 (6,11)
  27. oxyd(2,6)
  28. oxyd(15,6)
  29. oxyd(17,6)
  30. oxyd(6,6)
  31. oxyd(13,6)
  32. oxyd(4,6)
  33.  
  34. fakeoxyd(0,3)
  35. fakeoxyd(19,3)
  36. fakeoxyd(0,9)
  37. fakeoxyd(19,9)
  38.  
  39. --document(10,6, "Vorsicht, schwarze Loecher")
  40. document(10,6, "Beware! Black holes!")
  41.  
  42. set_actor("ac-blackball" ,9.5, 6.5, {player=0})
  43.  
  44.