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

« back to all changes in this revision

Viewing changes to data/levels/Sokoban/xsok_77.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
 
  "# o      o  #!",
13
 
  "#  ###@###o #!",
14
 
  "########## ###",
15
 
  "#..   ##     #",
16
 
  "#..   ##o    #",
17
 
  "#..   ## o   #",
18
 
  "#..   ## o   #",
19
 
  "#..     o o  #",
20
 
  "###  #########",
21
 
  "!!####!!!!!!!!",
22
 
}
23
 
 
24
 
 
25
 
swapStyle = 2
26
 
play_sokoban(level,776)
27