~ubuntu-branches/ubuntu/edgy/enigma/edgy-backports

« back to all changes in this revision

Viewing changes to data/levels/martin79.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-rock6")
9
 
draw_checkerboard_floor("fl-sahara", "fl-tigris", 0, 0, levelw, levelh)
10
 
 
11
 
set_item("it-hammer", 5,2)
12
 
 
13
 
draw_border("st-break_acwhite", 15,4,3,3)
14
 
oxyd(16,5)
15
 
 
16
 
draw_border("st-break_acwhite", 2,8,3,3)
17
 
oxyd( 3,9)
18
 
 
19
 
draw_border("st-break_acwhite", 1,2,3,3)
20
 
oxyd( 2,3)
21
 
 
22
 
draw_border("st-break_acwhite", 6,5,3,3)
23
 
oxyd( 7,6)
24
 
 
25
 
draw_border("st-break_acwhite", 9,3,3,3)
26
 
oxyd(10,4)
27
 
 
28
 
draw_border("st-break_acwhite", 13,9,3,3)
29
 
oxyd(14,10)
30
 
 
31
 
draw_border("st-break_acwhite", 8,8,3,3)
32
 
oxyd(9,9)
33
 
 
34
 
draw_border("st-break_acwhite", 16,1,3,3)
35
 
oxyd(17,2)
36
 
 
37
 
oxyd_shuffle()
38
 
 
39
 
set_actor("ac-blackball", 1.5, 1.5)
40
 
set_actor("ac-whiteball", 1.5, 10.5, {mouseforce=0})