File: todo.xml

package info (click to toggle)
enigma 1.30%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,132 kB
  • sloc: xml: 162,251; cpp: 67,393; ansic: 28,606; makefile: 1,986; sh: 1,298; yacc: 288; perl: 84; sed: 16
file content (42 lines) | stat: -rw-r--r-- 1,602 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<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">
  <el:protected>
    <el:info el:type="level">
      <el:identity el:title="TODO" el:subtitle="wildcard level" el:id="todo"/>
      <el:version el:score="1" el:release="1" el:revision="1" el:status="stable"/>
      <el:author  el:name="Martin Hawlisch" el:email="" el:homepage=""/>
      <el:copyright>Copyright © Martin Hawlisch</el:copyright>
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
      <el:compatibility el:enigma="1.10"/>
      <el:modes el:easy="false" el:single="true" el:network="false"/>
      <el:comments><el:code>New API converted by R. Bourquin</el:code></el:comments>
      <el:score el:easy="-" el:difficult="-"/>
    </el:info>
    <el:luamain><![CDATA[
ti[" "] = {"fl_dark"}
ti["#"] = {"st_granite"}
ti["o"] = {"it_meditation_hollow"}
ti["."] = ti["o"] .. {"#ac_pearl"}

wo(ti, " ", {
    "####################",
    "#                  #",
    "# ###  #  ##   #   #",
    "#  #  # # # # # #  #",
    "#  #  # # # # # #  #",
    "#  #  # # # # # #  #",
    "#  #   #  ##   #   #",
    "#                  #",
    "#                  #",
    "#                  #",
    "#  .   .    .   .  #",
    "#                  #",
    "####################"})
]]></el:luamain>
    <el:i18n>
      <el:string el:key="title">
        <el:english el:translate="false"/>
      </el:string>
    </el:i18n>
  </el:protected>
</el:level>