From 6eface57ae674a3ba8680cce3c04a46ce8adb9ce Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Thu, 31 Mar 2011 12:44:42 +0200 Subject: [PATCH] Separated playermarkers to a component. --- configuration.txt | 2 ++ web/index.html | 1 + web/js/map.js | 32 -------------------------------- web/js/playermarkers.js | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 32 deletions(-) create mode 100644 web/js/playermarkers.js diff --git a/configuration.txt b/configuration.txt index 945c90ae..a1e371b8 100644 --- a/configuration.txt +++ b/configuration.txt @@ -87,6 +87,8 @@ web: - type: chatbox showplayerfaces: true messagettl: 5 + - type: playermarkers + showplayerfaces: true defaultworld: world worlds: diff --git a/web/index.html b/web/index.html index 28d28434..304012e0 100644 --- a/web/index.html +++ b/web/index.html @@ -29,6 +29,7 @@ +