mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Adds handling for finding material asset akin to shape and image assets Updates the material asset inspector field to follow the current standard Updates prototyping material assets to correctly have materialDefinitionName assigned Fixed material asset import step to properly assign materialDefinitionName Fixed typo in material editor icon name Added logic to editAsset function call so it can also parse assetIds Changed DefaultEditorLevel to utilize FloorGray material Adds proper NoMaterial asset for fallback purposes
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
<LevelAsset
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
AssetName="DefaultEditorLevel"
|
|
LevelFile="@assetFile=DefaultEditorLevel.mis"
|
|
LevelName="DefaultEditorLevel"
|
|
isSubScene="false"
|
|
description="An empty room"
|
|
staticObjectAssetDependency0="@Asset=Prototyping:FloorGray"
|
|
VersionId="1" />
|