~ubuntu-branches/ubuntu/raring/enigma/raring

« back to all changes in this revision

Viewing changes to data/levels/enigma_vi/just09_2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2010-05-26 02:27:26 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100526022726-7tnbf65s6btbibu2
Tags: 1.10~~pre-alpha+r2100-1
* New SVN checkout, shortly after upstream "pre-alpha" release
* Target unstable, to get more testing for enigma
* Remove spelling patches included upstream

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="1" el:release="2" el:revision="3" 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:comments><el:code>New API converted by R. Bourquin</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="0:26"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
wo["ConserveLevel"] = false
 
17
 
 
18
ti[" "] = {"fl_rock"}
 
19
ti["~"] = {"fl_water"}
 
20
ti["#"] = {"st_granite"}
 
21
ti["X"] = {"st_grate", flavor="cross"}
 
22
ti["G"] = {"st_rawglass"}
 
23
ti["I"] = {"st_stoneimpulse"}
 
24
ti["+"] = {"st_box"}
 
25
ti["P"] = {"st_lightpassenger"}
 
26
ti["M"] = {"st_mirror", flavor="slab", movable=true, orientation=VERTICAL}
 
27
ti["^"] = {"st_laser", state=ON, orientation=NORTH}
 
28
ti[">"] = {"st_laser", state=ON, orientation=EAST}
 
29
ti["V"] = {"st_laser", state=ON, orientation=SOUTH}
 
30
ti["<"] = {"st_laser", state=ON, orientation=WEST}
 
31
ti["L"] = {"st_laser", state=ON, orientation=EAST, name="laser"}
 
32
ti["t"] = {"it_trigger", target="laser", action="off"}
 
33
ti["O"] = {"st_oxyd"}
 
34
ti["@"] = {"#ac_marble_black"}
 
35
 
 
36
wo(ti, " ", {
 
37
    "#V##################",
 
38
    "#                  <",
 
39
    "# XXXXXXXXXXXXXXXX #",
 
40
    "# X       M        #",
 
41
    "# X          GGGGX #",
 
42
    "# XGGG    @ ~+IIGX #",
 
43
    "# XGOG       GGGGX #",
 
44
    "# XGGGXXXXXX   XXV #",
 
45
    ">   P              #",
 
46
    "# XXXXXXXXXX ####  #",
 
47
    "L XXXXXXXXXX   t#  #",
 
48
    "# XXXXXXXXXX #O >  #",
 
49
    "##################^#"})
 
50
 ]]></el:luamain>
 
51
    <el:i18n>
 
52
      <el:string el:key="title">
 
53
        <el:english el:translate="false"/>
 
54
      </el:string>
 
55
    </el:i18n>
 
56
  </el:protected>
 
57
</el:level>