diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-23 16:25:04 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-23 16:25:04 +0000 |
| commit | 13064d1bfc0459be37d8229f3f8c037fb8a10b8f (patch) | |
| tree | fc95a52b68566d16ed901996ed5665c63c1a2c67 | |
| parent | 74296b5f2f8b572d3037a9de23c2e8dd1c372a7b (diff) | |
- arena bola dana do povodneho stavu
git-svn-id: http://opensvn.csie.org/tuxanci_ng@69 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
| -rw-r--r-- | arena/for_a_good_night.map | 4 | ||||
| -rw-r--r-- | config.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arena/for_a_good_night.map b/arena/for_a_good_night.map index cb714d3..a4f8969 100644 --- a/arena/for_a_good_night.map +++ b/arena/for_a_good_night.map @@ -7,13 +7,13 @@ loadModule file="modWall.so" loadMusic file="for_a_good_night.ogg" name="for_a_good_night" -loadImage file="tl1.grow.png" name="grow" alpha="no" +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="2000" h="2000" +arena background="grow" w="800" h="600" playMusic music="for_a_good_night" @@ -6,7 +6,7 @@ #define DEBUG_CLIENT_RECV */ -#define TUXANCI_NG_VERSION "svn68" +#define TUXANCI_NG_VERSION "svn69" #define DESTDIR "/usr/local/" #define SUPPORT_NET_SDL_UDP |