42b52a6766
Fixed Simon's mistake in CapturePointLogic. William fixed so TriggerSystem works again with CapturePoints.
18 lines
463 B
XML
18 lines
463 B
XML
<?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>
|