Torque3D/Templates/BaseGame/game/tools/base/images/White.asset.taml
JeffR 2c999008f1 Fixes and cleans up various issues and error spam for core and tools folders
Also:
Fixes error spam about CreatorIconArray
Fixes error spam about duplicate uses of various materials
Converts a number of materials to be packed into the mat assets for cleanliness and preventing unwanted duplicate exec's
Removed some extraneous misconvert '.asset.taml' files
Fixes 'cannot compile shader' error when trying to use the viz modes
Fixed a some instances of guiControlProfiles not being actually defined
Fixed some instances of guiControlProfiles being duplicated
2022-03-17 02:43:18 -05:00

14 lines
354 B
Plaintext

<MaterialAsset
canSave="true"
canSaveDynamicFields="true"
AssetName="White"
materialDefinitionName="White"
VersionId="1">
<Material
Name="White">
<Material.Stages>
<Stages_beginarray
DiffuseMapAsset="ToolsModule:white_image"/>
</Material.Stages>
</Material>
</MaterialAsset>