Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 1.66 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <easygame map="level1" author="hanspinckaers">
  2.         <!-- important details -->
  3.         <background file="default"/>
  4.  
  5.         <!-- player details -->
  6.         <player x="1" y="2"/>
  7.         <einde x="14" y="5" />
  8.  
  9.         <!-- blokjes onder -->
  10.         <blokje x="0" y="0"/>
  11.         <blokje x="1" y="0"/>
  12.         <blokje x="2" y="0"/>
  13.         <blokje x="3" y="0"/>
  14.         <blokje x="4" y="0"/>
  15.         <blokje x="5" y="0"/>
  16.         <blokje x="6" y="0"/>
  17.         <blokje x="7" y="0"/>
  18.         <blokje x="8" y="0"/>
  19.         <blokje x="9" y="0"/>
  20.         <blokje x="10" y="0"/>
  21.         <blokje x="11" y="0"/>
  22.         <blokje x="12" y="0"/>
  23.         <blokje x="13" y="0"/>
  24.         <blokje x="14" y="0"/>
  25.        
  26.         <!-- blokjes links -->
  27.         <blokje x="0" y="1"/>
  28.         <blokje x="0" y="2"/>
  29.         <blokje x="0" y="3"/>
  30.         <blokje x="0" y="4"/>
  31.         <blokje x="0" y="5"/>
  32.         <blokje x="0" y="6"/>
  33.         <blokje x="0" y="7"/>
  34.         <blokje x="0" y="8"/>
  35.         <blokje x="0" y="9"/>
  36.        
  37.         <!-- blokjes rechts -->
  38.         <blokje x="14" y="1"/>
  39.         <blokje x="14" y="2"/>
  40.         <blokje x="14" y="3"/>
  41.         <blokje x="14" y="4"/>
  42.         <!-- <blokje x="14" y="5"/> -->
  43.         <blokje x="14" y="6"/>
  44.         <blokje x="14" y="7"/>
  45.         <blokje x="14" y="8"/>
  46.         <blokje x="14" y="9"/>
  47.  
  48.         <!-- stekels -->
  49.         <!-- 1 = naar beneden gericht -->
  50.         <!-- 0 = naar boven gericht -->
  51.         <stekel direction="1" x="1" y="9"/>
  52.         <stekel direction="1" x="2" y="9"/>
  53.         <stekel direction="1" x="3" y="9"/>
  54.         <stekel direction="1" x="4" y="9"/>
  55.         <stekel direction="1" x="5" y="9"/>
  56.         <stekel direction="1" x="6" y="9"/>
  57.         <stekel direction="1" x="7" y="9"/>
  58.         <stekel direction="1" x="8" y="9"/>
  59.         <stekel direction="1" x="9" y="9"/>
  60.         <stekel direction="1" x="10" y="9"/>
  61.         <stekel direction="1" x="11" y="9"/>
  62.         <stekel direction="1" x="12" y="9"/>
  63.         <stekel direction="1" x="13" y="9"/>
  64.  
  65. </easygame>