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

« back to all changes in this revision

Viewing changes to data/levels/enigma_vi/just09_3.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="Playing with Lasers" el:subtitle="" el:id="just09_1"/>
 
6
      <el:version el:score="2" el:release="3" el:revision="4" el:status="released"/>
 
7
      <el:author el:name="JuSt" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2005 JuSt</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:score el:easy="-" el:difficult="0:26"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["ConserveLevel"] = false
 
16
 
 
17
ti[" "] = {"fl_rock"}
 
18
ti["~"] = {"fl_water"}
 
19
ti["#"] = {"st_granite"}
 
20
ti["X"] = {"st_grate", flavor="cross"}
 
21
ti["G"] = {"st_rawglass"}
 
22
ti["H"] = {"st_rawglass_movable"}
 
23
ti["I"] = {"st_stoneimpulse"}
 
24
ti["J"] = {"st_stoneimpulse_movable"}
 
25
ti["+"] = {"st_box"}
 
26
ti["P"] = {"st_lightpassenger"}
 
27
ti["M"] = {"st_mirror", flavor="slab", movable=true, orientation=VERTICAL}
 
28
ti["^"] = {"st_laser", state=ON, orientation=NORTH}
 
29
ti[">"] = {"st_laser", state=ON, orientation=EAST}
 
30
ti["V"] = {"st_laser", state=ON, orientation=SOUTH}
 
31
ti["<"] = {"st_laser", state=ON, orientation=WEST}
 
32
ti["L"] = {"st_laser", state=ON, orientation=EAST, name="laser"}
 
33
ti["m"] = {"it_magicwand"}
 
34
ti["t"] = {"it_trigger", target="laser", action="off"}
 
35
ti["O"] = {"st_oxyd"}
 
36
ti["@"] = ti["m"] .. {"#ac_marble_black"}
 
37
 
 
38
wo(ti, " ", {
 
39
    "#V##################",
 
40
    "#                  <",
 
41
    "# XXXXXXXXXXXXXXXX #",
 
42
    "# X       M        #",
 
43
    "# X          GGGGX #",
 
44
    "# XGGG    @ ~+JIGX #",
 
45
    "# XGOG       GHGGX #",
 
46
    "# XGGGXXXXXX   XXV #",
 
47
    ">   P              #",
 
48
    "# XXXXXXXXXX ####  #",
 
49
    "L XXXXXXXXXX   t#  #",
 
50
    "# XXXXXXXXXX #O >  #",
 
51
    "##################^#"})
 
52
 ]]></el:luamain>
 
53
    <el:i18n>
 
54
      <el:string el:key="title">
 
55
        <el:english el:translate="false"/>
 
56
      </el:string>
 
57
    </el:i18n>
 
58
  </el:protected>
 
59
</el:level>