mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Case-sensitive fixes on template script files for Linux.
This commit is contained in:
parent
2142d452d4
commit
a8462b7fc3
15 changed files with 22 additions and 22 deletions
|
|
@ -41,7 +41,7 @@ singleton GuiControlProfile(GuiShapeEdTextListProfile : ToolsGuiTextListProfile)
|
|||
|
||||
singleton GuiControlProfile(GuiShapeEdRolloutProfile : GuiInspectorRolloutProfile0)
|
||||
{
|
||||
bitmap = "tools/editorclasses/gui/images/rollout";
|
||||
bitmap = "tools/editorClasses/gui/images/rollout";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ function initializeShapeEditor()
|
|||
exec("./gui/shapeEdPreviewWindow.ed.gui");
|
||||
exec("./gui/shapeEdAnimWindow.ed.gui");
|
||||
exec("./gui/shapeEdAdvancedWindow.ed.gui");
|
||||
exec("./gui/shapeEditorToolbar.ed.gui");
|
||||
exec("./gui/ShapeEditorToolbar.ed.gui");
|
||||
exec("./gui/shapeEdSelectWindow.ed.gui");
|
||||
exec("./gui/shapeEdPropWindow.ed.gui");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue