~ubuntu-branches/ubuntu/edgy/enigma/edgy

« back to all changes in this revision

Viewing changes to data/levels/level3f.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
 
--
2
 
--
3
 
 
4
 
levelw = 20
5
 
levelh = 13
6
 
 
7
 
create_world(levelw, levelh)
8
 
draw_border("st-glass")
9
 
fill_floor("fl-leaves")
10
 
 
11
 
oxyd(13,5)
12
 
oxyd(15,7)
13
 
oxyd(15,5)
14
 
oxyd(13,7)
15
 
 
16
 
fill_floor("fl-water", 1,1, 1,1)
17
 
fill_floor("fl-water", 2,2, 9,1)
18
 
fill_floor("fl-water", 1,6, 1,5)
19
 
fill_floor("fl-water", 1,11, 17,1)
20
 
fill_floor("fl-water", 11,1, 7,1)
21
 
fill_floor("fl-water", 18,1, 1,11)
22
 
fill_floor("fl-water", 11,6, 1,5)
23
 
fill_floor("fl-water", 3,6, 1,1)
24
 
fill_floor("fl-water", 3,9, 1,1)
25
 
fill_floor("fl-water", 5,8, 1,1)
26
 
fill_floor("fl-water", 7,6, 1,1)
27
 
fill_floor("fl-water", 7,8, 1,1)
28
 
fill_floor("fl-water", 9,7, 1,1)
29
 
fill_floor("fl-water", 9,9, 1,1)
30
 
 
31
 
set_stones("st-glass", {{12,3},{12,9},{14,3},{14,9},{16,3},{16,9}})
32
 
set_stones("st-glass", {{2,1},{4,1},{6,1},{8,1},{10,1}})
33
 
set_stones("st-glass", {{2,4},{4,4},{6,4},{8,4},{10,4}})
34
 
 
35
 
draw_stones("st-glass", {12,4}, {0,1},5)
36
 
draw_stones("st-glass", {14,4}, {0,1},5)
37
 
draw_stones("st-glass", {16,4}, {0,1},5)
38
 
 
39
 
set_item("it-trigger", 5,1, {action="openclose", target="door1"})
40
 
set_stone("st-door", 13, 3 , {name="door1", type="h"})
41
 
 
42
 
set_item("it-trigger", 3,1, {action="openclose", target="door2"})
43
 
set_stone("st-door", 15, 3 , {name="door2", type="h"})
44
 
 
45
 
set_item("it-trigger", 9,1, {action="openclose", target="door3"})
46
 
set_stone("st-door", 15, 9 , {name="door3", type="h"})
47
 
 
48
 
set_item("it-trigger", 7,1, {action="openclose", target="door4"})
49
 
set_stone("st-door", 13, 9 , {name="door4", type="h"})
50
 
 
51
 
puzzle(3,7,PUZ_0010)
52
 
puzzle(9,6,PUZ_1010)
53
 
puzzle(9,7,PUZ_1010)
54
 
puzzle(9,8,PUZ_1010)
55
 
puzzle(6,9,PUZ_1001)
56
 
puzzle(5,5,PUZ_0101)
57
 
puzzle(4,5,PUZ_0100)
58
 
 
59
 
set_actor("ac-blackball" ,2.5, 6.5)