~ubuntu-branches/ubuntu/intrepid/enigma/intrepid

« back to all changes in this revision

Viewing changes to data/levels/daniel6.lua

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2005-08-28 15:30:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050828153009-sky64kb6tcq37xt5
Tags: 0.92.1-1
* New upstream subversion checkout
* Remove menu.s3m, which we are allowed to distributed but not to modify
  also copyright notice is confusing... (Closes: #321669)
* Rebuild with new libzipios (Closes: #325405)
  I hope this works without a versioned build-dependency
* Added "enigma replaces enigma-data" for upgrades (Closes: #308558)
* Added notes about the fonts copyright.
* updated to policy 3.6.2.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
levelw = 20
2
 
levelh = 13
3
 
create_world(levelw, levelh)
4
 
enigma.ConserveLevel = FALSE
5
 
 
6
 
draw_border("st-stone1")
7
 
fill_floor("fl-leaves", 0,0, level_width,level_height)
8
 
 
9
 
fill_floor ("fl-water", 8, 1, 4, 11)
10
 
fill_floor ("fl-stwood", 8, 1, 4, 1)
11
 
fill_floor ("fl-stwood", 8, 11, 4, 1)
12
 
 
13
 
 
14
 
--fill_stones ("st-white4", 1, 4, 2, 6)
15
 
set_stone ("st-white4", 2,5)
16
 
set_stone ("st-white4", 1,4)
17
 
set_stone ("st-white4", 1,6)
18
 
set_stone ("st-white4", 2,7)
19
 
set_stone ("st-white4", 1,8)
20
 
 
21
 
set_stone ("st-white4", 17,5)
22
 
set_stone ("st-white4", 18,4)
23
 
set_stone ("st-white4", 18,6)
24
 
set_stone ("st-white4", 17,7)
25
 
set_stone ("st-white4", 18,8)
26
 
 
27
 
 
28
 
oxyd_default_flavor = "d"
29
 
oxyd (1, 1)
30
 
oxyd (18, 1)
31
 
oxyd (1, 3)
32
 
oxyd (18, 3)
33
 
oxyd (1, 5)
34
 
oxyd (18, 5)
35
 
oxyd (1, 7)
36
 
oxyd (18, 7)
37
 
oxyd (1, 9)
38
 
oxyd (18, 9)
39
 
oxyd (1, 11)
40
 
oxyd (18, 11)
41
 
 
42
 
 
43
 
oxyd_shuffle()
44
 
 
45
 
ac1 = set_actor("ac-blackball", 5, 6.5)
46
 
ac2 = set_actor("ac-whiteball", 15, 6.5, {player=0} )
47
 
AddRubberBand (ac1, ac2, 10000, 10, 10)
48