16 lines
481 B
XML
16 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<Texture id="baseHeroLogo" File="baseHeroLogo.tga" GenerateMipMaps="false" AllowAutomaticResize="false" />
|
|
|
|
<PackedTextureImage
|
|
id="baseHeroLogo"
|
|
Texture="baseHeroLogo"
|
|
Rotated="false">
|
|
<Dimensions x="128" y="128"/>
|
|
<Coords x="0" y="0"/>
|
|
<TextureDimensions x="128" y="128"/>
|
|
</PackedTextureImage>
|
|
|
|
</AssetDeclaration>
|