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

« back to all changes in this revision

Viewing changes to data/levels/martin56.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
 
 
5
 
create_world( 39, 13)
6
 
oxyd_default_flavor = "c"
7
 
 
8
 
fill_floor( "fl-normal")
9
 
 
10
 
draw_border("st-bluegray")
11
 
draw_stones("st-bluegray", {19,1}, {0,1}, 11)
12
 
doorv( 19, 6, {name="door1"})
13
 
set_stone("st-coinslot", 19, 5, {action="openclose", target="door1"})
14
 
set_stone("st-death", 19, 8)
15
 
 
16
 
set_item("it-coin1", 5, 2)
17
 
set_item("it-coin1", 8, 5)
18
 
set_item("it-coin1", 15, 4)
19
 
 
20
 
oxyd( 3, 3)
21
 
oxyd(24, 3)
22
 
oxyd( 6, 9)
23
 
oxyd(33, 8)
24
 
 
25
 
set_actor("ac-blackball", 10, 8.5)