Some assets, some fixes to the scoreboard

This commit is contained in:
Tleety
2016-03-07 10:48:46 +01:00
parent 19ee66fc75
commit a8f2d0a8e6
4 changed files with 1148 additions and 1148 deletions
+1 -1
Submodule assets updated: 7a6d70787b...0ae736570b
File diff suppressed because it is too large Load Diff
@@ -21,11 +21,11 @@
<Entity name="ScoreBoard_Spectators"> <Entity name="ScoreBoard_Spectators">
<Components> <Components>
<c:ScoreScreen> <c:ScoreScreen>
<Offset X="0" Y="-1" Z="0"/> <Offset X="0" Y="-2" Z="0"/>
</c:ScoreScreen> </c:ScoreScreen>
<c:Team/> <c:Team/>
<c:Transform> <c:Transform>
<Position X="0" Y="-14" Z="1.5"/> <Position X="0" Y="-15.7886772" Z="1.5"/>
</c:Transform> </c:Transform>
</Components> </Components>
<Children/> <Children/>
+1 -1
View File
@@ -78,7 +78,7 @@ void ScoreScreenSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper&
if (it == m_PlayerIdentities.end()) { if (it == m_PlayerIdentities.end()) {
break; break;
} }
if(found == false) { if(found == false) {
if(it->second.Team != currentTeam) { if(it->second.Team != currentTeam) {