diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-10 19:18:51 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-10 19:18:51 +0000 |
| commit | d783595135ca768ae14f08aa4033dea35ed0458b (patch) | |
| tree | b653d2b0bc34e6d903902d19a6c3b2f1d1ead176 /arena | |
| parent | ec218f423abf60b6e776d7a5a9ebee408de45a60 (diff) | |
- dopisane objekty do prvej areny
- opravy zvuku ( ak sa neinicalizuje, program sa sprava ako keby sa inicalizoval )
- opravy v sietovom multiplayeri
- porgram ma parametre ( zatial nezdokumentovane, je to iba vidiet zo zdrojaka )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@4 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'arena')
| -rw-r--r-- | arena/mapa1.map | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arena/mapa1.map b/arena/mapa1.map index 25ad60b..2ec49ee 100644 --- a/arena/mapa1.map +++ b/arena/mapa1.map @@ -2,10 +2,16 @@ loadMusic file="noc.ogg" name="noc" loadImage file="l1.grow.png" name="grow" alpha="no" -loadImage file="pokus.png" name="pokus" alpha="no" +loadImage file="l1.hut.png" name="hut" alpha="yes" +loadImage file="l1.peduncle.png" name="peduncle" alpha="yes" +loadImage file="l1.tree.png" name="tree" alpha="yes" +loadImage file="l1.wood.png" name="wood" alpha="yes" background image="grow" playMusic music="noc" -wall x="200" y="100" w="128" h="64" img_x="200" img_y="100" layer="1" image="pokus" +wall x="0" y="0" w="0" h="0" img_x="75" img_y="20" layer="1" image="hut" +wall x="120" y="159" w="180" h="65" img_x="90" img_y="159" layer="0" image="peduncle" +wall x="520" y="260" w="161" h="100" img_x="500" img_y="180" layer="0" image="tree" +wall x="220" y="400" w="110" h="10" img_x="200" img_y="370" layer="0" image="wood" |