Several changes/fixes based on the latest broken refactoring.

Fixed Simon's mistake in CapturePointLogic. William fixed so TriggerSystem works again with CapturePoints.
This commit is contained in:
verysecrethero
2016-02-02 11:37:22 +01:00
parent 7408da401b
commit 42b52a6766
9 changed files with 205 additions and 10 deletions
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Entity xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
<Components>
<c:AABB/>
<c:CapturePoint/>
<c:Model>
<Resource>C:\Users\123456\Workspace\TacticalZ\assets\Models\Core\UnitSphere.mesh</Resource>
</c:Model>
<c:Team/>
<c:Transform/>
<c:Trigger/>
</Components>
<Children/>
</Entity>