20 lines
543 B
XML
20 lines
543 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:SceneLight>
|
|
<AmbientColor A="1" B="1" G="1" R="1"/>
|
|
</c:SceneLight>
|
|
<c:Sprite>
|
|
<DiffuseTexture>Textures/Core/UnitRaptor.png</DiffuseTexture>
|
|
<GlowMap></GlowMap>
|
|
</c:Sprite>
|
|
<c:Transform>
|
|
<Position X="0" Y="0" Z="-1.60000002"/>
|
|
</c:Transform>
|
|
</Components>
|
|
|
|
<Children/>
|
|
|
|
</Entity>
|