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

« back to all changes in this revision

Viewing changes to data/levels/martin95.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+1)
8
 
 
9
 
fill_floor("fl-hay")
10
 
fill_floor("fl-wood", 0, 4, levelw-4, levelh-8)
11
 
 
12
 
draw_border("st-marble", 0,0, levelw, levelh)
13
 
draw_stones("st-marble", {0,13}, {1,0}, levelw)
14
 
draw_border("st-bombs", 1,1, levelw-2, levelh-2)
15
 
 
16
 
fill_items( "it-burnable", 3, 3, levelw-6, levelh-6)
17
 
 
18
 
set_item("it-dynamite", 10,3)
19
 
 
20
 
set_item("it-puller-n", 5, 10)
21
 
set_item("it-extinguisher", 5,12, {load=10})
22
 
set_stone("st-marble_move", 5, 12)
23
 
 
24
 
oxyd( 0, 6)
25
 
oxyd(19, 6)
26
 
oxyd( 6, 0)
27
 
oxyd( 6,12)
28
 
oxyd(13, 0)
29
 
oxyd(13,12)
30
 
 
31
 
oxyd_shuffle()
32
 
 
33
 
 
34
 
set_actor("ac-blackball", 9.5,5.5)