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

« back to all changes in this revision

Viewing changes to data/levels/Sokoban/mmic_119.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 ###!",
12
 
  "# ### ##oo  ##",
13
 
  "# #_.  # oo  #",
14
 
  "# #... #  o  #",
15
 
  "# ._.###     #",
16
 
  "##_#_#!##   ##",
17
 
  "!#___#!!#####!",
18
 
  "!#####!!!!!!!!",
19
 
}
20
 
 
21
 
 
22
 
play_sokoban(level,1242)
23