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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/andreas59_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="Decorations" el:subtitle="" el:id="andreas59"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="4" el:status="released"/>
 
7
      <el:author el:name="Andreas Lochmann" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010 Andreas Lochmann</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>newAPI converted by mecke</el:code>
 
14
      </el:comments>
 
15
      <el:score el:easy="-" el:difficult="08:46"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
ti[" "] = {"fl_wood"}
 
19
ti["G"] = {"st_lightglass"}
 
20
ti["_"] = {"fl_ice"}
 
21
ti["#"] = {"st_brick"}
 
22
ti["1"] = {"st_mirror_triangle_st"}
 
23
ti["2"] = {"st_mirror_triangle_wt"}
 
24
ti["3"] = {"st_mirror_triangle_et"}
 
25
ti["4"] = {"st_mirror_triangle_nt"}
 
26
ti["L"] = ti["_"] .. {"st_laser_s", state=ON, name="laser"}
 
27
ti["."] = ti["_"] .. {"st_disco_light"}
 
28
ti[":"] = {"it_spring_keep"}
 
29
ti["i"] = {"it_extralife"}
 
30
ti["@"] = {"ac_marble_black", 0.0, 0.5}
 
31
ti["O"] = {"st_oxyd_a"}
 
32
 
 
33
wo(ti, " ", {
 
34
    "....................",
 
35
    ".OOO.OOO...OO..OOOO.",
 
36
    "#GGG#GGG###GG##GGGG#",
 
37
    "#44    i3# 3   4  2#",
 
38
    "#   4  12#         #",
 
39
    "#    :@ L#  4   3i2#",
 
40
    "# 4    3 #2        #",
 
41
    "#    2  1###  ##GG##",
 
42
    "#   2       3   1  #",
 
43
    "#i       4    2  4 #",
 
44
    "#   3   3          #",
 
45
    "# 12  1       3    #",
 
46
    "####################"})
 
47
 
 
48
wo:shuffleOxyd()
 
49
 ]]></el:luamain>
 
50
    <el:i18n>
 
51
      <el:string el:key="title">
 
52
        <el:english el:translate="false"/>
 
53
      </el:string>
 
54
    </el:i18n>
 
55
  </el:protected>
 
56
</el:level>