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

« back to all changes in this revision

Viewing changes to data/levels/martin29.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-brick")
9
 
fill_floor( "fl-water", 0, 0, levelw, levelh)
10
 
fill_floor( "fl-brick", 1, 4, 9, 5)
11
 
 
12
 
set_stone( "st-wood", 6,4)
13
 
set_stone( "st-wood", 8,4)
14
 
set_stone( "st-wood", 6,5)
15
 
set_stone( "st-wood", 7,5)
16
 
set_stone( "st-wood", 9,5)
17
 
set_stone( "st-wood", 5,6)
18
 
set_stone( "st-wood", 7,6)
19
 
set_stone( "st-wood", 8,6)
20
 
set_stone( "st-wood", 6,7)
21
 
set_stone( "st-wood", 7,7)
22
 
set_stone( "st-wood", 9,7)
23
 
set_stone( "st-wood", 5,8)
24
 
set_stone( "st-wood", 8,8)
25
 
 
26
 
oxyd( 1,3)
27
 
oxyd( 1,9)
28
 
oxyd(18,5)
29
 
oxyd(18,7)
30
 
oxyd_shuffle()
31
 
 
32
 
set_actor("ac-blackball", 4.5, 5.5)