59be714fdc
1 System added: CapturePointSystem 1 Test added: CapturePointTest added 1 variable in PlayerComponent (TeamNumber) added 2 variables in CapturePoint (CaptureTimer,OwnedBy) CapturePointSystem is now handling 2 events: OnTriggerTouch,OnTriggerLeave Added the CapturePointSystem to Game.cpp
9 lines
201 B
XML
9 lines
201 B
XML
<c:Player>
|
|
<TeamNumber>0</TeamNumber>
|
|
<EquippedItem>0</EquippedItem>
|
|
<Velocity X="0" Y="0" Z="0"/>
|
|
<Forward>false</Forward>
|
|
<Left>false</Left>
|
|
<Back>false</Back>
|
|
<Right>false</Right>
|
|
</c:Player> |