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

« back to all changes in this revision

Viewing changes to data/levels/martin36.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 = 134
5
 
levelh = 13
6
 
 
7
 
create_world( levelw, levelh)
8
 
 
9
 
draw_border( "st-woven")
10
 
 
11
 
draw_floor("fl-abyss", { 1, 4}, {1,0},  levelw-13)
12
 
draw_floor("fl-gradient", { 1, 5}, {1,0},  levelw-13, {type=15})
13
 
draw_floor("fl-gradient", { 1, 6}, {1,0},  levelw-13, {type=23})
14
 
draw_floor("fl-gradient", { 1, 7}, {1,0},  levelw-13, {type=16})
15
 
draw_floor("fl-abyss", { 1, 8}, {1,0},  levelw-13)
16
 
 
17
 
fill_floor("fl-woven", 1, 1, levelw-14,3)
18
 
fill_floor("fl-woven", 1, 9, levelw-14,3)
19
 
fill_floor("fl-woven", levelw-13, 1, 12, 11)
20
 
 
21
 
fill_floor("fl-water", levelw-11, 4, 5, 5)
22
 
 
23
 
draw_stones("st-oneway-w", {levelw-14, 1}, {0,1}, 2)
24
 
draw_stones("st-oneway-e", {levelw-14, 3}, {0,1}, 7)
25
 
draw_stones("st-oneway-w", {levelw-14,10}, {0,1}, 2)
26
 
 
27
 
set_floor("fl-woven",levelw-16, 4)
28
 
oneway(levelw-16, 4, SOUTH)
29
 
set_floor("fl-woven",levelw-16, 8)
30
 
oneway(levelw-16, 8, NORTH)
31
 
 
32
 
oxyd(levelw-30, 1)
33
 
oxyd(levelw-50,11)
34
 
oxyd(levelw-6, 5)
35
 
oxyd(levelw-6, 7)
36
 
 
37
 
draw_stones("st-woven", {levelw-6,4},{0,2},3)
38
 
oxyd_shuffle()
39
 
 
40
 
 
41
 
set_actor("ac-blackball", 1.5, 6.5)
42
 
 
43
 
display.SetFollowMode(display.FOLLOW_SCROLLING)