diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-05 16:43:55 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-05 16:43:55 +0000 |
| commit | 6c4fe3323d79253af707df90623e433ce12c35f2 (patch) | |
| tree | 36ca640e6865abc26789760ba9fd09a023eb0ba1 /data/arena/for_a_good_night.map | |
| parent | 6ed79c5de77b3f6be5c297cb5432d123ff1ff177 (diff) | |
* Prechod na novou verzi instalace pseudoautotools -> cmake
* Odstraneni bordelu kterej tu byl (pokud vam neco chybi brecte na me ja to zkusim najit v zaloze)
* TODO instalace: SEPSAT AUTORY, IKONKU VYROBIT
git-svn-id: http://opensvn.csie.org/tuxanci_ng@94 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/arena/for_a_good_night.map')
| -rw-r--r-- | data/arena/for_a_good_night.map | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/arena/for_a_good_night.map b/data/arena/for_a_good_night.map new file mode 100644 index 0000000..da33cac --- /dev/null +++ b/data/arena/for_a_good_night.map @@ -0,0 +1,23 @@ + +name For a good night +netName FAGN +screen for_a_good_night.png + +loadModule file="libmodWall.so" + +loadMusic file="for_a_good_night.ogg" name="for_a_good_night" + +loadImage file="l1.grow.png" name="grow" 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" + +arena background="grow" w="800" h="600" + +playMusic music="for_a_good_night" + +wall x="1" y="1" 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" |