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

« back to all changes in this revision

Viewing changes to data/levels/martin32.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
 
stone = "st-rock2"
8
 
 
9
 
create_world( levelw, levelh)
10
 
fill_floor("fl-abyss", 1, 11, 18,1)
11
 
fill_floor("fl-plank", 0, 0, levelw, levelh-2)
12
 
 
13
 
draw_stones(stone, { 2,2}, {0,1}, 6)
14
 
draw_stones(stone, { 3,7}, {1,0}, 4)
15
 
draw_stones(stone, { 6,2}, {0,1}, 5)
16
 
draw_stones(stone, { 4,1}, {0,1}, 5)
17
 
draw_stones(stone, { 1,9}, {1,0}, 8)
18
 
draw_stones(stone, { 8,4}, {0,1}, 5)
19
 
draw_stones(stone, { 8,2}, {1,0}, 2)
20
 
draw_stones(stone, {11,2}, {0,1}, 3)
21
 
draw_stones(stone, {13,2}, {0,1}, 3)
22
 
draw_stones(stone, {11,6}, {1,0}, 3)
23
 
draw_stones(stone, {11,7}, {1,0}, 3)
24
 
draw_stones(stone, {12,8}, {0,1}, 2)
25
 
draw_stones(stone, {15,2}, {0,1}, 2)
26
 
draw_stones(stone, {15,5}, {0,1}, 3)
27
 
draw_stones(stone, {17,2}, {0,1}, 5)
28
 
draw_stones(stone, {13,10},{1,0}, 2)
29
 
set_stone( stone, 12, 4)
30
 
set_stone( stone, 16, 7)
31
 
set_stone( stone, 18, 9)
32
 
 
33
 
draw_border( stone)
34
 
 
35
 
set_stone( "st-shogun-s", 3, 5)
36
 
set_stone( "st-shogun-s", 8, 3)
37
 
set_stone( "st-shogun-s",10, 7)
38
 
set_stone( "st-shogun-s",10, 9)
39
 
set_stone( "st-shogun-s",15, 8)
40
 
set_stone( "st-shogun-s",16, 2)
41
 
 
42
 
shogundot1( 3, 6, {action="openclose", target="bridge1"})
43
 
shogundot1( 7, 8, {action="openclose", target="bridge2"})
44
 
shogundot1(12, 5, {action="openclose", target="bridge3"})
45
 
shogundot1(13, 9, {action="openclose", target="bridge4"})
46
 
shogundot1(16, 6, {action="openclose", target="bridge5"})
47
 
shogundot1(17, 9, {action="openclose", target="bridge6"})
48
 
 
49
 
set_floor("fl-bridge", 1,11, {name="bridge1"})
50
 
set_floor("fl-bridge", 4,11, {name="bridge2"})
51
 
set_floor("fl-bridge", 7,11, {name="bridge3"})
52
 
set_floor("fl-bridge",12,11, {name="bridge4"})
53
 
set_floor("fl-bridge",15,11, {name="bridge5"})
54
 
set_floor("fl-bridge",18,11, {name="bridge6"})
55
 
 
56
 
oxyd( 1,12)
57
 
oxyd( 4,12)
58
 
oxyd( 7,12)
59
 
oxyd(12,12)
60
 
oxyd(15,12)
61
 
oxyd(18,12)
62
 
 
63
 
oxyd_shuffle()
64
 
 
65
 
set_actor("ac-blackball", 10, 5)