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

« back to all changes in this revision

Viewing changes to data/levels/Sokoban/mic_108.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
 
dofile(enigma.FindDataFile("levels/ralf_sokoban.lua"))
6
 
 
7
 
 
8
 
level={
9
 
  "####!!!!!#####!",
10
 
  "#  ###!!!#   ##",
11
 
  "#    #!!!#o o #",
12
 
  "#..# ##### #  #",
13
 
  "#  @    # o o #",
14
 
  "#..#         ##",
15
 
  "##   #########!",
16
 
  "!#####!!!!!!!!!",
17
 
}
18
 
 
19
 
 
20
 
play_sokoban(level,919)
21