summaryrefslogtreecommitdiff
path: root/arena/for_a_good_night.map
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-12 16:36:13 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-12 16:36:13 +0000
commit9751218f594526982877332d6ca0fa90b67bbb7b (patch)
tree2acbc70e3d8432bb80ef70470bda75ba93bc2593 /arena/for_a_good_night.map
parent4919e623c6695a80aaf96187253756dcbb72bf87 (diff)
- prva cast prepisu kodu pre pozuivanie space_t a space_t API, ktore je optimalizovany pre ukladanie informacii o
objektoch vo velkych mapach. POZOR: nie je vhodne kompilovat ako gameserver ( pre istotu to ani nejde ) // este to msusim doorbit :) git-svn-id: http://opensvn.csie.org/tuxanci_ng@63 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'arena/for_a_good_night.map')
-rw-r--r--arena/for_a_good_night.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/arena/for_a_good_night.map b/arena/for_a_good_night.map
index 0680404..cb714d3 100644
--- a/arena/for_a_good_night.map
+++ b/arena/for_a_good_night.map
@@ -7,17 +7,17 @@ loadModule file="modWall.so"
loadMusic file="for_a_good_night.ogg" name="for_a_good_night"
-loadImage file="l1.grow.png" name="grow" alpha="no"
+loadImage file="tl1.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"
+arena background="grow" w="2000" h="2000"
playMusic music="for_a_good_night"
-wall x="0" y="0" w="0" h="0" img_x="75" img_y="20" layer="1" image="hut"
+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"