Changed gui by lechd + map per world client-configuration.
This commit is contained in:
parent
a294e10413
commit
cc406a157d
26 changed files with 487 additions and 349 deletions
|
|
@ -10,7 +10,8 @@
|
|||
</title>
|
||||
<link rel="shortcut icon" href="follow_off.png" type="image/png" />
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="dynmap_style.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="clock_style.css" media="screen" />
|
||||
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
|
||||
<script type="text/javascript" src="jquery.json.js"></script>
|
||||
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
<script type="text/javascript" src="config.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
new DynMap($.extend({
|
||||
window.dynmap = new DynMap($.extend({
|
||||
container: $('#mcmap'),
|
||||
}, config));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue