mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Integrates object creator logic into the AB
Adds lookup logic to Datablock AB entries to try and find class icons for the preview Adds 2 new datablock class create methods
This commit is contained in:
parent
692f19855c
commit
b7a2c30337
6 changed files with 192 additions and 78 deletions
|
|
@ -108,6 +108,7 @@ function initializeAssetBrowser()
|
|||
exec("./scripts/assetTypes/datablockObjects." @ $TorqueScriptFileExtension);
|
||||
exec("./scripts/assetTypes/looseFiles." @ $TorqueScriptFileExtension);
|
||||
exec("./scripts/assetTypes/prefab." @ $TorqueScriptFileExtension);
|
||||
exec("./scripts/assetTypes/creatorObj." @ $TorqueScriptFileExtension);
|
||||
|
||||
new ScriptObject( AssetBrowserPlugin )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue