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

« back to all changes in this revision

Viewing changes to data/levels/martin59.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( 20, 13)
6
 
oxyd_default_flavor = "c"
7
 
 
8
 
fill_floor( "fl-gray")
9
 
 
10
 
draw_border( "st-actorimpulse")
11
 
 
12
 
fill_stones( "st-chameleon", 1, 1, 18, 11)
13
 
 
14
 
set_stone( "st-actorimpulse", 6, 3)
15
 
set_stone( "st-actorimpulse", 2, 6)
16
 
set_stone( "st-actorimpulse", 4,10)
17
 
set_stone( "st-actorimpulse", 7,10)
18
 
set_stone( "st-actorimpulse", 8, 6)
19
 
set_stone( "st-actorimpulse",11, 3)
20
 
set_stone( "st-actorimpulse",11, 9)
21
 
set_stone( "st-actorimpulse",14, 2)
22
 
set_stone( "st-actorimpulse",14,11)
23
 
set_stone( "st-actorimpulse",16, 6)
24
 
 
25
 
 
26
 
oxyd( 3, 3)
27
 
oxyd( 3, 9)
28
 
oxyd( 6, 6)
29
 
oxyd(13, 6)
30
 
oxyd(16, 3)
31
 
oxyd(16, 9)
32
 
 
33
 
oxyd_shuffle()
34
 
 
35
 
set_actor("ac-blackball", 10, 6.5)