add new feature:

show position , health ,weather and food
This commit is contained in:
shugen002
2016-02-01 17:38:35 +08:00
parent b34486b603
commit fdc031e660
8 changed files with 107 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
<div id="buffer" ng-controller="bufferController">
<div id="players" ng-controller="playersController" ng-show="players.length" class="hidden-xs">
<div>
<span style="color:#6AC126">x:{{posx}} y:{{posy}} z:{{posz}}</span>
<br>
<span style="color:#6AC126">Health:{{health}} Food:{{food}}</span>
</div>
<div class="header">Players [{{players.length}}]</div>
<div class="body">
<ul>