mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Further conversions of missed file fields in core and tools
Assets created for missed objects and files Improvements to the Project Importer to correct a number of issues, including not parsing ,'s from object names, trimming whitespace, pruning script extensions from exec invokes
This commit is contained in:
parent
36b31ae19d
commit
432d201569
49 changed files with 406 additions and 128 deletions
|
|
@ -447,7 +447,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -704,7 +704,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -1116,7 +1116,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -1625,7 +1625,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -2095,7 +2095,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
//visible = false;
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -2353,7 +2353,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -2656,7 +2656,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -3078,7 +3078,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
@ -3463,7 +3463,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
isContainer = "1"; HorizSizing = "width"; Position = "0 0"; Extent = "194 8";
|
||||
new GuiBitmapCtrl(){
|
||||
position="0 3"; extent ="188 2"; HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
};// end spacer ----------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue