- Map listens for player login and downloads, crops and resizes the players skin (face only)
- If the map fails to download a skin for the user, it downloads, crops and resizes the default skin (http://www.minecraft.net/img/char.png) - Images are saved to the tile directory so users aren't forced to map another directory, setup permissions, etc... - Added one more zoom level (thanks godsyn) - Added a map link so you can link people/friends to specific parts of the map (thanks godsyn)
This commit is contained in:
parent
1e11a47534
commit
084c1a4925
6 changed files with 102 additions and 32 deletions
|
|
@ -18,6 +18,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
|||
}
|
||||
#plistbtn {
|
||||
float:right;
|
||||
cursor:pointer;
|
||||
}
|
||||
#link {
|
||||
position: absolute;
|
||||
|
|
@ -32,8 +33,8 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
|||
}
|
||||
#controls {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 30px;
|
||||
top: 12px;
|
||||
left: 45px;
|
||||
border: 1px solid #808080;
|
||||
background: #000;
|
||||
opacity: 0.6;
|
||||
|
|
@ -56,4 +57,15 @@ a, a:visited {
|
|||
white-space: nowrap;
|
||||
color: white;
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
.gmnoprint{
|
||||
margin-top:-75px;
|
||||
margin-left:-20px
|
||||
}
|
||||
.plisthead{
|
||||
margin-left:3px;
|
||||
margin-right:3px;
|
||||
display:inline-block;
|
||||
height:14px;width:14px;
|
||||
background-color:#000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue