~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to data/levels/enigma_i/daniel09_2.xml

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 
2
<el:level xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://enigma-game.org/schema/level/1 level.xsd" xmlns:el="http://enigma-game.org/schema/level/1">
 
3
  <el:protected>
 
4
    <el:info el:type="level">
 
5
      <el:identity el:title="Way To Go" el:subtitle="" el:id="mirrors"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="1" el:status="released"/>
 
7
      <el:author el:name="Daniel Heck" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2003 Daniel Heck</el:copyright>
 
9
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10"/>
 
11
      <el:modes el:easy="false" el:single="true" el:network="false"/>
 
12
      <el:comments>
 
13
        <el:code>New API converted by /dev/null, March 2013</el:code>
 
14
      </el:comments>
 
15
      <el:score el:easy="-" el:difficult="-"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
ti[" "] = {"fl_gray"}
 
19
ti["#"] = {"st_rawglass"}
 
20
ti["L"] = {"st_laser_e", state=ON}
 
21
ti["S"] = {"st_shogun_s"}
 
22
ti["^"] = {"st_mirror_triangle", state=NORTH, transparent=true}
 
23
ti["v"] = {"st_mirror_triangle", state=SOUTH, transparent=true}
 
24
ti["|"] = {"st_mirror_slab", state=NORTH}
 
25
ti[")"] = {"st_mirror_slab", state=EAST}
 
26
ti["("] = {"st_mirror_slab", state=WEST}
 
27
ti["a"] = {"it_shogun_s", target="door2"}
 
28
ti["b"] = {"it_shogun_s", target={"door3", "door4"}}
 
29
ti["c"] = {"it_shogun_s", target="door4", action="close"}
 
30
ti["d"] = {"it_shogun_s", target="door2", action="open"}
 
31
ti["e"] = {"it_shogun_s", target={"door1", "door3"}}
 
32
ti["f"] = {"it_shogun_s", target={"door1", "door4"}}
 
33
ti["1"] = {"st_door_d", faces="ew", name="door1"}
 
34
ti["2"] = {"st_door_d", faces="ew", name="door2"}
 
35
ti["3"] = {"st_door_d", faces="ew", name="door3"}
 
36
ti["4"] = {"st_door_d", faces="ew", name="door4"}
 
37
ti["O"] = {"st_oxyd", oxydcolor=OXYD_RED}
 
38
ti["0"] = {"st_oxyd", oxydcolor=OXYD_BLUE}
 
39
ti["@"] = {"#ac_marble_black", name="black"}
 
40
 
 
41
wo(ti, " ", {
 
42
    "0##################O",
 
43
    ")                  (",
 
44
    "#                  #",
 
45
    "#                  #",
 
46
    "#      a  b  c     #",
 
47
    "(####           ^  #",
 
48
    "L1234  S  S  S  | @#",
 
49
    ")####           v  #",
 
50
    "#      d  e  f     #",
 
51
    "#                  #",
 
52
    "#                  #",
 
53
    "(                  )",
 
54
    "O##################0"})
 
55
 ]]></el:luamain>
 
56
    <el:i18n>
 
57
      <el:string el:key="title">
 
58
        <el:english el:translate="false"/>
 
59
      </el:string>
 
60
    </el:i18n>
 
61
  </el:protected>
 
62
</el:level>