diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-02-16 00:43:00 +0100 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-02-16 00:43:00 +0100 |
commit | 3e7f31f76104342ba249b79d9eccdf16bb2e73e6 (patch) | |
tree | 8befed74c94b8783829fa28636809ac23fd6a64d /maps | |
parent | 940b01ea987e50477c31ff96beb21d273bd3729c (diff) | |
download | clientdata-3e7f31f76104342ba249b79d9eccdf16bb2e73e6.tar.gz clientdata-3e7f31f76104342ba249b79d9eccdf16bb2e73e6.tar.bz2 clientdata-3e7f31f76104342ba249b79d9eccdf16bb2e73e6.tar.xz clientdata-3e7f31f76104342ba249b79d9eccdf16bb2e73e6.zip |
Added bot check map for server admins to monitor suspicious characters.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/botcheck.tmx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/maps/botcheck.tmx b/maps/botcheck.tmx new file mode 100644 index 00000000..2802c8ec --- /dev/null +++ b/maps/botcheck.tmx @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> +<map version="1.0" orientation="orthogonal" width="40" height="40" tilewidth="32" tileheight="32"> + <tileset name="Unbenannt" firstgid="1" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/arena.png"/> + </tileset> + <tileset name="Unbenannt" firstgid="257" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave.png"/> + </tileset> + <tileset name="Unbenannt" firstgid="385" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/collision.png"/> + </tileset> + <layer name="Floor" width="40" height="40"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAAO2VSwqAMAxEI0Jv2PtfxY0Lqek4YD+pzuKhxAqPYULzZpaFEEKIn7Fbf3r5pRM0S5Vzo/y8J3qfmV9Ev5XyQ7MZfpH2l+mat6vMf2/9ai5o9nTm+q2lX5lLsnt+qHdeP7+eX/T+rbC/qEPMnYvu4JZ+TKeYHvb0Y/a2lucIv+j5MX5lvqP8ou2vEEII4XEArN+wKgAZAAA= + </data> + </layer> + <layer name="Fringe" width="40" height="40"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAAO3BAQ0AAADCoPdPbQ8HFAAAAAAAwJcBSxPzAQAZAAA= + </data> + </layer> + <layer name="Collision" width="40" height="40"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAAO3OsQ0AAAjDMHi9l/MAMwuO5D3pqgDAMxf58+fPnz9//vz58+fv5g8ANgNph/YcABkAAA== + </data> + </layer> +</map> |