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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/mecke52_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="Meditation II" el:subtitle="Sunday II" el:id="mecke52"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="7" el:status="released"/>
 
7
      <el:author el:name="mecke" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010 Thomas Bernhardt</el:copyright>
 
9
      <el:license el:type="Donated to Enigma under the projects license" 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="00:38"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti["!"] = {"fl_space"}
 
16
ti["#"] = {"fl_abyss"}
 
17
ti["$"] = {"fl_normal"}
 
18
ti["*"] = {"fl_rough"}
 
19
ti[")"] = {"fl_swamp"}
 
20
ti[":"] = {"it_squashed"}
 
21
ti["%"] = ti[":"] .. {"fl_lawn_d1"}
 
22
ti["&"] = ti[":"] .. {"fl_lawn_d2"}
 
23
ti["-"] = ti[":"] .. {"fl_lawn_d4"}
 
24
ti["+"] = ti[":"] .. {"fl_aquamarine"}
 
25
ti["r"] = ti[":"] .. {"fl_redslab"}
 
26
ti["("] = ti["r"] .. {"st_grate_cross"}
 
27
ti["."] = {"fl_yinyang_yin_invisible"}
 
28
ti["'"] = ti["."] .. {"it_squashed"}
 
29
ti["@"] = {"#ac_pearl_white", essential=INDISPENSABLE}
 
30
ti["q"] = ti["*"] .. ti["@"]
 
31
ti["Q"] = ti["q"] .. {"it_meditation_hollow"}
 
32
ti["G"] = ti["Q"] .. {"st_rawglass"}
 
33
ti["x"] = ti["@"] .. {"it_squashed"}
 
34
ti["1"] = ti["x"] .. {"fl_slope_ps"}
 
35
ti["2"] = ti["x"] .. {"fl_slope_pn"}
 
36
ti["d"] = ti[")"] .. {"it_dynamite"}
 
37
ti["D"] = ti["#"] .. {"it_dynamite"}
 
38
ti["s"] = ti["#"] .. {"it_strip_ew"}
 
39
ti["S"] = ti["#"] .. {"it_strip_ns"}
 
40
ti["A"] = ti["."] .. {"st_actorimpulse"}
 
41
ti["Y"] = ti["!"] .. {"st_yellow"}
 
42
 
 
43
wo(ti, " ", {
 
44
    "!!!!!!!!!!!!!!!!#!!!",
 
45
    "!!!!#!!!!!!!!!!#-#!!",
 
46
    "!!!#&##########-'-#!",
 
47
    "!!#&.&ss&ss&ss-'.'-#",
 
48
    "!!##&###S##S###-'-#!",
 
49
    "!!!#S#(((1G(((##-#!!",
 
50
    "!!!#%#DdYrrYdD##S!!!",
 
51
    "!!!#%#(((G2(((##'#!!",
 
52
    "!##%'%##S##S###&'&#!",
 
53
    "#%%'A'%s&ss&ss''A''#",
 
54
    "!##%'%#########&'&#!",
 
55
    "!!!#%#!!!!!!!!!#'#!!",
 
56
    "!!!#%#!!!!!!!!!!#!!!"})
 
57
 ]]></el:luamain>
 
58
    <el:i18n>
 
59
      <el:string el:key="title">
 
60
        <el:english el:translate="false"/>
 
61
      </el:string>
 
62
    </el:i18n>
 
63
  </el:protected>
 
64
</el:level>