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

« back to all changes in this revision

Viewing changes to data/levels/martin78.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-brownie")
9
 
fill_floor("fl-sahara")
10
 
fill_floor("fl-water", 16,1,3,11)
11
 
 
12
 
set_item("it-spring1", 1,1)
13
 
 
14
 
oxyd( 17, 2)
15
 
oxyd( 17, 3)
16
 
oxyd( 17, 5)
17
 
oxyd( 17, 7)
18
 
oxyd( 17, 9)
19
 
oxyd( 17,10)
20
 
 
21
 
oxyd_shuffle()
22
 
 
23
 
set_actor("ac-blackball", 2.3, 2.3)