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

« back to all changes in this revision

Viewing changes to data/levels/martin89.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-rubberband")
9
 
fill_floor("fl-hay")
10
 
 
11
 
draw_stones("st-death", {5,5}, {4,0},4)
12
 
draw_stones("st-death", {2,7}, {4,0},4)
13
 
 
14
 
oxyd_default_flavor = "d"
15
 
 
16
 
oxyd(2,6)
17
 
oxyd(3,6)
18
 
oxyd(4,6)
19
 
oxyd(5,6)
20
 
oxyd(6,6)
21
 
oxyd(7,6)
22
 
oxyd(8,6)
23
 
oxyd(9,6)
24
 
oxyd(10,6)
25
 
oxyd(11,6)
26
 
oxyd(12,6)
27
 
oxyd(13,6)
28
 
oxyd(14,6)
29
 
oxyd(15,6)
30
 
oxyd(16,6)
31
 
oxyd(17,6)
32
 
 
33
 
 
34
 
 
35
 
oxyd_shuffle()
36
 
 
37
 
st = set_stone("st-rubberband", 10,12)
38
 
ac = set_actor("ac-blackball", 10,11)
39
 
 
40
 
AddRubberBand(ac, st, 16,1)