mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge remote-tracking branch 'devhead/Preview4_0' into tsneo
# Conflicts: # Templates/BaseGame/game/data/ui/guis/loadingGui.gui # Templates/BaseGame/game/data/ui/guis/mainMenu.gui # Templates/BaseGame/game/tools/MainEditor/guis/MainEditorWindow.gui # Templates/BaseGame/game/tools/assetBrowser/guis/assetPreviewButtonsTemplate.gui # Templates/BaseGame/game/tools/forestEditor/brushes.tscript
This commit is contained in:
commit
717c7acca9
2266 changed files with 48780 additions and 26034 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
scriptFile="@assetFile=WorldEditorTreeWindow.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorTreeWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AL_ShadowVizOverlayCtrl"
|
||||
scriptFile="@assetFile=shadowViz.gui"
|
||||
GUIFile="@assetFile=shadowViz.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AddFMODProjectDlg,EditorGuiGroup"
|
||||
scriptFile="@assetFile=AddFMODProjectDlg.ed.gui"
|
||||
GUIFile="@assetFile=AddFMODProjectDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AxisGizmoSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=AxisGizmoSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=AxisGizmoSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CameraSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=CameraSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=CameraSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CreateNewTerrainGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiCreateNewTerrainGui.gui"
|
||||
GUIFile="@assetFile=guiCreateNewTerrainGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ESelectObjectsWindowContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=SelectObjectsWindow.ed.gui"
|
||||
GUIFile="@assetFile=SelectObjectsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWTerrainEditToolbar,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditToolbar.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWTerrainPainterToolbar,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterToolbar.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWToolsToolbar"
|
||||
scriptFile="@assetFile=ToolsToolbar.ed.gui"
|
||||
GUIFile="@assetFile=ToolsToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWorldEditorToolbar, EditorGuiGroup"
|
||||
scriptFile="@assetFile=WorldEditorToolbar.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorChooseLevelGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorChooseLevelGui.ed.gui"
|
||||
GUIFile="@assetFile=EditorChooseLevelGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -28,7 +28,7 @@ $guiContent = new GuiContainer(EditorChooseLevelGui, EditorGuiGroup) {
|
|||
Visible = "1";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
bitmap = "art/gui/background";
|
||||
bitmap = "data/ui/images/background.png";
|
||||
useVariable = "0";
|
||||
tile = "0";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorGui,EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorGui.ed.gui"
|
||||
GUIFile="@assetFile=EditorGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -50,7 +50,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Open the WorldEditor";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/toolbar/world";
|
||||
bitmapAsset = "ToolsModule:world_image";
|
||||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -71,7 +71,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Open the GuiEditor";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/toolbar/gui";
|
||||
bitmapAsset = "ToolsModule:gui_image";
|
||||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -92,7 +92,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Play Game";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/toolbar/playbutton";
|
||||
bitmapAsset = "ToolsModule:playbutton_n_image";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -104,7 +104,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
position = "98 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiBitmapButtonCtrl(EWorldEditorToggleCamera) {
|
||||
|
|
@ -123,7 +123,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Camera Modes";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/toolbar/player";
|
||||
bitmapAsset = "ToolsModule:player_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -134,7 +134,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
Position = getWord(EWorldEditorToggleCamera.extent, 0)-6 SPC getWord(EWorldEditorToggleCamera.extent, 1)-6;
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
new GuiControl(CameraSpeedDropdownContainer, EditorGuiGroup) {
|
||||
|
|
@ -212,7 +212,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
/*new GuiPopUpMenuCtrl(EWorldEditorCameraSpeed) {
|
||||
|
|
@ -257,7 +257,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Visibility Modes (ALT V)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/visibility-toggle";
|
||||
bitmapAsset = "ToolsModule:visibility_toggle_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -268,7 +268,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
Position = getWord(visibilityToggleBtn.extent, 0)-6 SPC getWord(visibilityToggleBtn.extent, 1)-6;
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -278,7 +278,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
position = "303 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiPopUpMenuCtrl(EWorldEditorAlignPopup) {
|
||||
|
|
@ -353,7 +353,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
position = "465 8";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiTextCtrl(EWorldEditorStatusBarSelection) {
|
||||
|
|
@ -387,7 +387,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
position = "645 8";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiPopUpMenuCtrl(EWorldEditorStatusBarCamera) {
|
||||
|
|
@ -419,7 +419,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
position = "800 2";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -481,9 +481,9 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
selectionBoxColor = "255 255 0 255";
|
||||
selectionLocked = "0";
|
||||
toggleIgnoreList = "0";
|
||||
selectHandle = "tools/worldEditor/images/SelectHandle.png";
|
||||
defaultHandle = "tools/worldEditor/images/DefaultHandle.png";
|
||||
lockedHandle = "tools/worldEditor/images/LockedHandle.png";
|
||||
selectHandle = "ToolsModule:SelectHandle_image";
|
||||
defaultHandle = "ToolsModule:DefaultHandle_image";
|
||||
lockedHandleAsset = "ToolsModule:LockedHandle_image";
|
||||
};
|
||||
new TerrainEditor(ETerrainEditor) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -889,7 +889,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Free Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/camera_n";
|
||||
bitmapAsset = "ToolsModule:camera_n_image";
|
||||
groupNum = "0";
|
||||
text="Free Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -915,7 +915,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Orbit Cam";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/orbit-cam_n";
|
||||
bitmapAsset = "ToolsModule:orbit_cam_n_image";
|
||||
groupNum = "0";
|
||||
text="Orbit Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -942,7 +942,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Player Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/player_n";
|
||||
bitmapAsset = "ToolsModule:player_n_image";
|
||||
groupNum = "0";
|
||||
text="Player Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -968,7 +968,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "3rd Person Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/3rd-person-camera_n";
|
||||
bitmapAsset = "ToolsModule:3rd_person_camera_n_image";
|
||||
groupNum = "0";
|
||||
text="3rd Person Cam";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -994,7 +994,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Newtonian Cam";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/smooth-cam_n";
|
||||
bitmapAsset = "ToolsModule:smooth_cam_n_image";
|
||||
groupNum = "0";
|
||||
text="Smooth Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -1020,7 +1020,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Smooth Camera with Smooth Rotation";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/smooth-cam-rot_n";
|
||||
bitmapAsset = "ToolsModule:smooth_cam_rot_n_image";
|
||||
groupNum = "0";
|
||||
text="Smooth Rotate";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -1238,7 +1238,7 @@ new GuiMouseEventCtrl(CameraSpeedDropdownCtrlContainer, EditorGuiGroup) {
|
|||
new GuiBitmapCtrl(){ // Fast
|
||||
position = "105 15";
|
||||
extent = "2 8";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
|
|
@ -1246,7 +1246,7 @@ new GuiMouseEventCtrl(CameraSpeedDropdownCtrlContainer, EditorGuiGroup) {
|
|||
new GuiBitmapCtrl(){ // normal
|
||||
position = "73 15";
|
||||
extent = "2 8";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
|
|
@ -1254,7 +1254,7 @@ new GuiMouseEventCtrl(CameraSpeedDropdownCtrlContainer, EditorGuiGroup) {
|
|||
new GuiBitmapCtrl(){ // slow
|
||||
position = "41 15";
|
||||
extent = "2 8";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
|
|
@ -1299,4 +1299,4 @@ new GuiMouseEventCtrl(CameraSpeedDropdownCtrlContainer, EditorGuiGroup) {
|
|||
};
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorSettingsWindow,EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorSettingsWindow.ed.gui"
|
||||
GUIFile="@assetFile=EditorSettingsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="GeneralSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=GeneralSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=GeneralSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="GenericPromptDialog"
|
||||
scriptFile="@assetFile=GenericPromptDialog.ed.gui"
|
||||
GUIFile="@assetFile=GenericPromptDialog.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ManageBookmarksContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ManageBookmarksWindow.ed.gui"
|
||||
GUIFile="@assetFile=ManageBookmarksWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -81,7 +81,7 @@ $guiContent = new GuiControl(ManageBookmarksContainer, EditorGuiGroup) {
|
|||
setFirstResponder = "0";
|
||||
modal = "1";
|
||||
command = "ManageBookmarksContainer.onOK();";
|
||||
bitmap = "tools/gui/images/new";
|
||||
bitmapAsset = "ToolsModule:new_n_image";
|
||||
helpTag = "0";
|
||||
text = "Create";
|
||||
tooltip = "Create New Camera Bookmark";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ManageSFXParametersContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ManageSFXParametersWindow.ed.gui"
|
||||
GUIFile="@assetFile=ManageSFXParametersWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -112,7 +112,7 @@ $guiContent = new GuiControl(ManageSFXParametersContainer,EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmap = "tools/gui/images/new";
|
||||
bitmapAsset = "ToolsModule:new_n_image";
|
||||
autoFit = "0";
|
||||
text = "Create";
|
||||
groupNum = "-1";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectBuilderGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=objectBuilderGui.ed.gui"
|
||||
GUIFile="@assetFile=objectBuilderGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectEditorSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ObjectEditorSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=ObjectEditorSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectSnapOptionsContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ObjectSnapOptionsWindow.ed.gui"
|
||||
GUIFile="@assetFile=ObjectSnapOptionsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -213,7 +213,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-x";
|
||||
bitmapAsset = "ToolsModule:axis_icon__x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -238,7 +238,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_x";
|
||||
bitmapAsset = "ToolsModule:axis_icon_x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -263,7 +263,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-y";
|
||||
bitmapAsset = "ToolsModule:axis_icon__y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -288,7 +288,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_y";
|
||||
bitmapAsset = "ToolsModule:axis_icon_y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -313,7 +313,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-z";
|
||||
bitmapAsset = "ToolsModule:axis_icon__z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -338,7 +338,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_z";
|
||||
bitmapAsset = "ToolsModule:axis_icon_z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -573,7 +573,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-x";
|
||||
bitmapAsset = "ToolsModule:axis_icon__x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -598,7 +598,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_x";
|
||||
bitmapAsset = "ToolsModule:axis_icon_x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -623,7 +623,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-y";
|
||||
bitmapAsset = "ToolsModule:axis_icon__y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -648,7 +648,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_y";
|
||||
bitmapAsset = "ToolsModule:axis_icon_y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -673,7 +673,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-z";
|
||||
bitmapAsset = "ToolsModule:axis_icon__z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -698,7 +698,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_z";
|
||||
bitmapAsset = "ToolsModule:axis_icon_z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -890,4 +890,4 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
|||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ProbeBakeDlg"
|
||||
scriptFile="@assetFile=probeBakeDlg.gui"
|
||||
GUIFile="@assetFile=probeBakeDlg.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ProceduralTerrainPainterGui"
|
||||
scriptFile="@assetFile=ProceduralTerrainPainterGui.gui"
|
||||
GUIFile="@assetFile=ProceduralTerrainPainterGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainBrushSoftnessCurveDlg, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainBrushSoftnessCurveDlg.ed.gui"
|
||||
GUIFile="@assetFile=TerrainBrushSoftnessCurveDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -67,7 +67,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/circleBrush";
|
||||
bitmapAsset = "ToolsModule:circleBrush_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -89,7 +89,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/boxBrush";
|
||||
bitmapAsset = "ToolsModule:boxBrush_n_image";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -113,7 +113,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/maskBrush";
|
||||
bitmapAsset = "ToolsModule:maskBrush_n_image";
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
|
@ -124,7 +124,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
position = "152 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushSizeTextEditContainer) {
|
||||
|
|
@ -203,7 +203,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
|
|
@ -212,7 +212,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
position = "272 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushPressureTextEditContainer) {
|
||||
|
|
@ -290,7 +290,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
|
|
@ -299,7 +299,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
position = "412 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushSoftnessTextEditContainer) {
|
||||
|
|
@ -377,7 +377,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -400,7 +400,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/softCurve";
|
||||
bitmapAsset = "ToolsModule:softCurve_n_image";
|
||||
};
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
|
|
@ -409,7 +409,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
position = "589 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainSetHeightTextEditContainer) {
|
||||
|
|
@ -487,7 +487,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -612,4 +612,4 @@ new GuiMouseEventCtrl(TerrainSetHeightSliderCtrlContainer,EditorGuiGroup) {
|
|||
value = "100";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditorSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditorSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorValuesSettingsGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditorVSettingsGui.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditorVSettingsGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainExportGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainExportGui.gui"
|
||||
GUIFile="@assetFile=guiTerrainExportGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainImportGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainImportGui.gui"
|
||||
GUIFile="@assetFile=guiTerrainImportGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainMaterialDlg,EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainMaterialDlg.ed.gui"
|
||||
GUIFile="@assetFile=guiTerrainMaterialDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainPainterContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterWindow.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -67,7 +67,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/circleBrush";
|
||||
bitmapAsset = "ToolsModule:circleBrush_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -89,7 +89,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/boxBrush";
|
||||
bitmapAsset = "ToolsModule:boxBrush_n_image";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -113,7 +113,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/maskBrush";
|
||||
bitmapAsset = "ToolsModule:maskBrush_n_image";
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
|
@ -124,7 +124,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
position = "152 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushSizeTextEditContainer) {
|
||||
|
|
@ -203,7 +203,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
position = "230 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushSlopeControl) {
|
||||
|
|
@ -301,7 +301,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
Command = "Canvas.pushDialog(PaintBrushSlopeMinContainer);";
|
||||
};
|
||||
new GuiTextCtrl() {
|
||||
|
|
@ -362,7 +362,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
tooltip = "Max terrain angle that will be paintable";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
Command = "Canvas.pushDialog(PaintBrushSlopeMaxContainer);";
|
||||
};
|
||||
};
|
||||
|
|
@ -373,7 +373,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
position = "445 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushPressureTextEditContainer,EditorGuiGroup) {
|
||||
|
|
@ -451,7 +451,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -461,7 +461,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
|||
position = "618 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainTextureSettingsButtonContainer,EditorGuiGroup) {
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
wrap = "0";
|
||||
bitmap= "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset= "ToolsModule:unknownImage_image";
|
||||
};
|
||||
new GuiBitmapCtrl(ETerrainMaterialSelectedBorder) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -175,7 +175,7 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
|
|||
Visible = "1";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/terrainpainter/terrain-painter-border-large";
|
||||
bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
|
||||
wrap = "0";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainTextureSettingsDlg, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainTextureSettingsDlg.ed.gui"
|
||||
GUIFile="@assetFile=guiTerrainTextureSettingsDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TimeAdjustGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TimeAdjustGui.ed.gui"
|
||||
GUIFile="@assetFile=TimeAdjustGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ConvexEditorPalette, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ConvexEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ConvexEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -28,7 +28,7 @@ $paletteId = new GuiControl(ConvexEditorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Arrow (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
Command = "GlobalGizmoProfile.mode = \"None\";";
|
||||
|
|
@ -50,7 +50,7 @@ $paletteId = new GuiControl(ConvexEditorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Selection (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/translate";
|
||||
bitmapAsset = "ToolsModule:translate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
Command = "GlobalGizmoProfile.mode = \"Move\";";
|
||||
|
|
@ -72,7 +72,7 @@ $paletteId = new GuiControl(ConvexEditorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Selection (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/rotate";
|
||||
bitmapAsset = "ToolsModule:rotate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
Command = "GlobalGizmoProfile.mode = \"Rotate\";";
|
||||
|
|
@ -94,9 +94,9 @@ $paletteId = new GuiControl(ConvexEditorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Selection (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/scale";
|
||||
bitmapAsset = "ToolsModule:scale_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
Command = "GlobalGizmoProfile.mode = \"Scale\";";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="DecalEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=DecalEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=DecalEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(DecalEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Decal (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@ $paletteId = new GuiControl(DecalEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Decal (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/move-point";
|
||||
bitmapAsset = "ToolsModule:move_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -72,7 +72,7 @@ $paletteId = new GuiControl(DecalEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Decal (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/rotate-point";
|
||||
bitmapAsset = "ToolsModule:rotate_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -93,7 +93,7 @@ $paletteId = new GuiControl(DecalEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Decal (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/scale-point";
|
||||
bitmapAsset = "ToolsModule:scale_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -114,8 +114,8 @@ $paletteId = new GuiControl(DecalEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Add Decal (5)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/decalEditor/add-decal";
|
||||
bitmapAsset = "ToolsModule:add_decal_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ForestEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ForestEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ForestEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Item (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -50,7 +50,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Item (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/translate";
|
||||
bitmapAsset = "ToolsModule:translate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -71,7 +71,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Item (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/rotate";
|
||||
bitmapAsset = "ToolsModule:rotate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -92,7 +92,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Item (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/scale";
|
||||
bitmapAsset = "ToolsModule:scale_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -113,7 +113,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Paint (5)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/forestEditor/images/paint-forest-btn";
|
||||
bitmapAsset = "ToolsModule:paint_forest_btn_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -134,7 +134,7 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Erase (6)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/forestEditor/images/erase-all-btn";
|
||||
bitmapAsset = "ToolsModule:erase_all_btn_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -156,8 +156,8 @@ $paletteId = new GuiControl(ForestEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Erase Selected (7)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/forestEditor/images/erase-element-btn";
|
||||
bitmapAsset = "ToolsModule:erase_element_btn_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="MeshRoadEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=MeshRoadEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=MeshRoadEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Mesh Road (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Point (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/move-point";
|
||||
bitmapAsset = "ToolsModule:move_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -72,7 +72,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Point (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/rotate-point";
|
||||
bitmapAsset = "ToolsModule:rotate_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -93,7 +93,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Point (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/scale-point";
|
||||
bitmapAsset = "ToolsModule:scale_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -114,7 +114,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Create Road (5)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-mesh-road";
|
||||
bitmapAsset = "ToolsModule:add_mesh_road_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -135,7 +135,7 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Insert Point (+)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-point";
|
||||
bitmapAsset = "ToolsModule:add_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -156,8 +156,8 @@ $paletteId = new GuiControl(MeshRoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Remove Point (-)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/subtract-point";
|
||||
bitmapAsset = "ToolsModule:subtract_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="NavEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=NavEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=NavEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -31,7 +31,7 @@ $paletteId = new GuiControl(NavEditorPalette,EditorGuiGroup) {
|
|||
ToolTip = "View NavMesh (1).";
|
||||
DetailedDesc = "";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/visibility-toggle";
|
||||
bitmapAsset = "ToolsModule:visibility_toggle_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -54,7 +54,7 @@ $paletteId = new GuiControl(NavEditorPalette,EditorGuiGroup) {
|
|||
ToolTip = "Create off-mesh links (2).";
|
||||
DetailedDesc = "Click to select/add. Shift-click to add multiple end points.";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/navEditor/images/nav-link";
|
||||
bitmapAsset = "ToolsModule:nav_link_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -77,7 +77,7 @@ $paletteId = new GuiControl(NavEditorPalette,EditorGuiGroup) {
|
|||
ToolTip = "Edit cover (3).";
|
||||
DetailedDesc = "";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/navEditor/images/nav-cover";
|
||||
bitmapAsset = "ToolsModule:nav_cover_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -100,7 +100,7 @@ $paletteId = new GuiControl(NavEditorPalette,EditorGuiGroup) {
|
|||
ToolTip = "View tiles (4).";
|
||||
DetailedDesc = "Click to select.";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/select-bounds";
|
||||
bitmapAsset = "ToolsModule:select_bounds_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -123,8 +123,8 @@ $paletteId = new GuiControl(NavEditorPalette,EditorGuiGroup) {
|
|||
ToolTip = "Test pathfinding (5).";
|
||||
DetailedDesc = "Click to select/move character, CTRL-click to spawn, SHIFT-click to deselect.";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/toolbar/3rd-person-camera";
|
||||
bitmapAsset = "ToolsModule:3rd_person_camera_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="RiverEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=RiverEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=RiverEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select River (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -50,7 +50,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Point (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/move-point";
|
||||
bitmapAsset = "ToolsModule:move_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -71,7 +71,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Point (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/rotate-point";
|
||||
bitmapAsset = "ToolsModule:rotate_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -92,7 +92,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Point (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/scale-point";
|
||||
bitmapAsset = "ToolsModule:scale_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -113,7 +113,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Create River (5)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-river";
|
||||
bitmapAsset = "ToolsModule:add_river_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -134,7 +134,7 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Insert Point (+)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-point";
|
||||
bitmapAsset = "ToolsModule:add_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -156,8 +156,8 @@ $paletteId = new GuiControl(RiverEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Remove Point (-)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/subtract-point";
|
||||
bitmapAsset = "ToolsModule:subtract_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="RoadEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=RoadEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=RoadEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Road (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Point (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/move-point";
|
||||
bitmapAsset = "ToolsModule:move_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -73,7 +73,7 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Point (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/scale-point";
|
||||
bitmapAsset = "ToolsModule:scale_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -94,7 +94,7 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Create Road (5)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-road-path";
|
||||
bitmapAsset = "ToolsModule:add_road_path_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -115,7 +115,7 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Insert Point (+)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/add-point";
|
||||
bitmapAsset = "ToolsModule:add_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -137,8 +137,8 @@ $paletteId = new GuiControl(RoadEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Remove Point (-)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/road-river/subtract-point";
|
||||
bitmapAsset = "ToolsModule:subtract_point_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ShapeEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ShapeEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ShapeEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -29,7 +29,7 @@ $paletteId = new GuiControl(ShapeEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Arrow (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -51,7 +51,7 @@ $paletteId = new GuiControl(ShapeEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Selection (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/translate";
|
||||
bitmapAsset = "ToolsModule:translate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -73,7 +73,7 @@ $paletteId = new GuiControl(ShapeEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Selection (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/rotate";
|
||||
bitmapAsset = "ToolsModule:rotate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -95,7 +95,7 @@ $paletteId = new GuiControl(ShapeEditorPalette,EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate sun";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/sun-btn";
|
||||
bitmapAsset = "ToolsModule:sun_btn_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/brushAdjustHeight";
|
||||
bitmapAsset = "ToolsModule:brushAdjustHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -54,7 +54,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/raiseHeight";
|
||||
bitmapAsset = "ToolsModule:raiseHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -76,7 +76,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/lowerHeight";
|
||||
bitmapAsset = "ToolsModule:lowerHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -98,7 +98,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/smoothHeight";
|
||||
bitmapAsset = "ToolsModule:smoothHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -120,7 +120,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/softCurve";
|
||||
bitmapAsset = "ToolsModule:softCurve_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -142,7 +142,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/brushPaintNoise";
|
||||
bitmapAsset = "ToolsModule:brushPaintNoise_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -164,7 +164,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/flattenHeight";
|
||||
bitmapAsset = "ToolsModule:flattenHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -186,7 +186,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/setHeight";
|
||||
bitmapAsset = "ToolsModule:setHeight_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -208,7 +208,7 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/setEmpty";
|
||||
bitmapAsset = "ToolsModule:setEmpty_n_image";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -230,6 +230,6 @@ $paletteId = new GuiControl(TerrainEditorPalette,EditorGuiGroup) {
|
|||
text = "Button";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/worldEditor/images/clearEmpty";
|
||||
bitmapAsset = "ToolsModule:clearEmpty_n_image";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditPalette.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainPainterPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterPalette.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="WorldEditorInspectorPalette, EditorGuiGroup"
|
||||
scriptFile="@assetFile=WorldEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -28,7 +28,7 @@ $paletteId = new GuiControl(WorldEditorInspectorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Select Arrow (1)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/arrow";
|
||||
bitmapAsset = "ToolsModule:arrow_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -49,7 +49,7 @@ $paletteId = new GuiControl(WorldEditorInspectorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Move Selection (2)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/translate";
|
||||
bitmapAsset = "ToolsModule:translate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -70,7 +70,7 @@ $paletteId = new GuiControl(WorldEditorInspectorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Rotate Selection (3)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/rotate";
|
||||
bitmapAsset = "ToolsModule:rotate_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
|
@ -91,8 +91,8 @@ $paletteId = new GuiControl(WorldEditorInspectorPalette, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Scale Selection (4)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/scale";
|
||||
bitmapAsset = "ToolsModule:scale_n_image";
|
||||
buttonType = "RadioButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -105,4 +105,4 @@ function EWToolsPaletteWindow::togglePalette(%this, %paletteName)
|
|||
EWToolsPaletteWindow.visible = 1;
|
||||
EWToolsPaletteWindow.extent = getWord(EWToolsPaletteWindow.extent, 0) SPC (16 + 26 * %windowMultiplier);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
|||
hovertime = "750";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/collapse-toolbar";
|
||||
bitmapAsset = "ToolsModule:collapse_toolbar_n_image";
|
||||
};
|
||||
new GuiDecoyCtrl(EWToolsToolbarDecoy) {
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TransformSelectionContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TransformSelectionWindow.ed.gui"
|
||||
GUIFile="@assetFile=TransformSelectionWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -265,7 +265,7 @@ $guiContent = new GuiControl(TransformSelectionContainer, EditorGuiGroup) {
|
|||
position = "0 0";
|
||||
Extent = "100 2";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-v.png";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiControl() {
|
||||
|
|
@ -459,7 +459,7 @@ $guiContent = new GuiControl(TransformSelectionContainer, EditorGuiGroup) {
|
|||
position = "0 0";
|
||||
Extent = "100 2";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-v.png";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiTabBookCtrl() {
|
||||
|
|
@ -1023,4 +1023,4 @@ $guiContent = new GuiControl(TransformSelectionContainer, EditorGuiGroup) {
|
|||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="VisibilityLayerContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=VisibilityLayerWindow.ed.gui"
|
||||
GUIFile="@assetFile=VisibilityLayerWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="WorldEditorMissionInspector,EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiWorldEditorMissionInspector.ed.gui"
|
||||
GUIFile="@assetFile=guiWorldEditorMissionInspector.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -52,7 +52,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Fit View To Selection (F)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/fit-selection";
|
||||
bitmapAsset = "ToolsModule:fit_selection_n_image";
|
||||
text = "";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -65,7 +65,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
position = "34 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiTextCtrl() {
|
||||
|
|
@ -109,7 +109,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
buttonMargin = "0 0";
|
||||
bitmap = "tools/gui/images/menubar/snapping-settings";
|
||||
bitmapAsset = "ToolsModule:snapping_settings_n_image";
|
||||
|
||||
new GuiBitmapCtrl(){
|
||||
HorizSizing = "left";
|
||||
|
|
@ -117,7 +117,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
buttonType = "toggleButton";
|
||||
useMouseEvents = "0";
|
||||
groupNum = "-1";
|
||||
bitmap = "tools/gui/images/menubar/snap-grid";
|
||||
bitmapAsset = "ToolsModule:menubar_snap_grid_n_image";
|
||||
textMargin = "4";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
@ -166,7 +166,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
buttonType = "toggleButton";
|
||||
useMouseEvents = "0";
|
||||
groupNum = "-1";
|
||||
bitmap = "tools/gui/images/menubar/snap-terrain";
|
||||
bitmapAsset = "ToolsModule:snap_terrain_n_image";
|
||||
textMargin = "4";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
@ -190,7 +190,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
buttonType = "toggleButton";
|
||||
useMouseEvents = "0";
|
||||
groupNum = "-1";
|
||||
bitmap = "tools/gui/images/menubar/snap-objects";
|
||||
bitmapAsset = "ToolsModule:snap_objects_n_image";
|
||||
textMargin = "4";
|
||||
};
|
||||
};
|
||||
|
|
@ -249,7 +249,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "tools/gui/images/dropslider";
|
||||
bitmapAsset = "ToolsModule:dropslider_n_image";
|
||||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
|
|
@ -258,7 +258,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
position = "269 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
@ -279,7 +279,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Object bounds selection toggle (V)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/select-bounds";
|
||||
bitmapAsset = "ToolsModule:select_bounds_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -291,7 +291,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
position = "307 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(ToggleButtonBar){
|
||||
|
|
@ -317,7 +317,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggles object center (O) and bounds center (P)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/object-center";
|
||||
bitmapAsset = "ToolsModule:object_center_n_image";
|
||||
text = "Button";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
|
|
@ -329,7 +329,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -350,7 +350,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggles object transform (K) and world transform (L)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/world-transform";
|
||||
bitmapAsset = "ToolsModule:world_transform_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
text = "";
|
||||
|
|
@ -361,7 +361,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -372,7 +372,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
position = "379 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(ToggleNodeBar){
|
||||
|
|
@ -399,7 +399,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Enables Render of Object Node Icons (N)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/object-node-icon";
|
||||
bitmapAsset = "ToolsModule:object_node_icon_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -422,7 +422,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Enables Render of Object Node Lables (SHIFT N)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/object-node-lable";
|
||||
bitmapAsset = "ToolsModule:object_node_lable_n_image";
|
||||
text = "";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
|
|
@ -436,7 +436,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
position = "379 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PrefabBar){
|
||||
|
|
@ -464,7 +464,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Make the Selection a Prefab.";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/selection-to-prefab";
|
||||
bitmapAsset = "ToolsModule:selection_to_prefab_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -487,7 +487,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Explode the Selected Prefab.";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/explode-prefab";
|
||||
bitmapAsset = "ToolsModule:explode_prefab_n_image";
|
||||
text = "";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -513,7 +513,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Update Reflection Probes";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/probe";
|
||||
bitmapAsset = "ToolsModule:probe_n_image";
|
||||
text = "";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -538,7 +538,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Open Editor Settings";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/settings";
|
||||
bitmapAsset = "ToolsModule:settings_n_image";
|
||||
text = "";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -569,7 +569,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use object defined center (O)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/object-center_n";
|
||||
bitmapAsset = "ToolsModule:object_center_n_image";
|
||||
text = "Object Center";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -594,7 +594,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use bounding box center (P)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/bounds-center_n";
|
||||
bitmapAsset = "ToolsModule:bounds_center_n_image";
|
||||
text = "Bounds Center";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -641,7 +641,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use world normal for transformations (L)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/world-transform_n";
|
||||
bitmapAsset = "ToolsModule:world_transform_n_image";
|
||||
text = "World Transform";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -667,7 +667,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use object normal for transformations (K)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/object-transform_n";
|
||||
bitmapAsset = "ToolsModule:object_transform_n_image";
|
||||
text = "Object Transform";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ $guiContent = new GuiControl() {
|
|||
};
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmap = "tools/gui/images/clear-icon";
|
||||
bitmapAsset = "ToolsModule:clear_icon_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -351,7 +351,7 @@ $guiContent = new GuiControl() {
|
|||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
|
||||
Bitmap = "tools/gui/images/folderUp";
|
||||
Bitmap = "ToolsModule:folderUp_image";
|
||||
autoSize = "0";
|
||||
};
|
||||
new GuiPopUpMenuCtrl(CreatorPopupMenu) {
|
||||
|
|
@ -519,7 +519,7 @@ $guiContent = new GuiControl() {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Lock Selection";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/lock";
|
||||
bitmapAsset = "ToolsModule:lock_n_image";
|
||||
buttonType = "ToggleButton";
|
||||
groupNum = "-1";
|
||||
text = "";
|
||||
|
|
@ -542,7 +542,7 @@ $guiContent = new GuiControl() {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Add Sim Group";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/add-simgroup-btn";
|
||||
bitmapAsset = "ToolsModule:add_simgroup_btn_n_image";
|
||||
buttonType = "PushButton";
|
||||
groupNum = "-1";
|
||||
text = "";
|
||||
|
|
@ -567,7 +567,7 @@ $guiContent = new GuiControl() {
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Delete Selection";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/delete";
|
||||
bitmapAsset = "ToolsModule:delete_n_image";
|
||||
buttonType = "PushButton";
|
||||
groupNum = "-1";
|
||||
text = "";
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
|
|||
Visible = "1";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
wrap = "0";
|
||||
};
|
||||
new GuiTextCtrl() {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -299,7 +299,120 @@ function ObjectBuilderGui::gotTerrainAsset(%this, %name)
|
|||
//%this.controls[%this.currentControl].setValue(%name);
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
function ObjectBuilderGui::createImageAssetType(%this, %index)
|
||||
{
|
||||
if(%index >= %this.numFields || %this.field[%index, name] $= "")
|
||||
{
|
||||
error("ObjectBuilderGui::createImageAssetType: invalid field");
|
||||
return;
|
||||
}
|
||||
|
||||
//
|
||||
if(%this.field[%index, text] $= "")
|
||||
%name = %this.field[%index, name];
|
||||
else
|
||||
%name = %this.field[%index, text];
|
||||
|
||||
//
|
||||
/*%this.textControls[%this.numControls] = new GuiTextCtrl() {
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
internalName = "assetText";
|
||||
text = %name;
|
||||
extent = %this.fieldNameExtent;
|
||||
position = %this.curXPos @ " " @ %this.curYPos;
|
||||
modal = "1";
|
||||
};
|
||||
|
||||
//
|
||||
%this.controls[%this.numControls] = new GuiButtonCtrl() {
|
||||
HorizSizing = "width";
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
internalName = "assetButton";
|
||||
extent = %this.fileButtonExtent;
|
||||
position = %this.curXPos + %this.columnOffset @ " " @ %this.curYPos;
|
||||
modal = "1";
|
||||
command = %this @ ".getImageAsset(" @ %index @ ");";
|
||||
};
|
||||
|
||||
%val = %this.field[%index, value];
|
||||
%this.controls[%this.numControls].setText(fileBase(%val) @ fileExt(%val));*/
|
||||
|
||||
%this.textControls[%this.numControls] = new GuiTextCtrl() {
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
text = %name;
|
||||
extent = %this.fieldNameExtent;
|
||||
position = %this.curXPos @ " " @ %this.curYPos;
|
||||
modal = "1";
|
||||
};
|
||||
|
||||
//
|
||||
%this.controls[%this.numControls] = new GuiControl() {
|
||||
HorizSizing = "width";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
extent = %this.textEditExtent;
|
||||
position = %this.curXPos + %this.columnOffset @ " " @ %this.curYPos;
|
||||
modal = "1";
|
||||
};
|
||||
|
||||
%text = new GuiTextEditCtrl() {
|
||||
class = ObjectBuilderGuiTextEditCtrl;
|
||||
internalName = "assetText";
|
||||
HorizSizing = "width";
|
||||
profile = "ToolsGuiTextEditProfile";
|
||||
extent = getWord(%this.textEditExtent,0) - getWord(%this.matButtonExtent,0) - 2 @ " " @ getWord(%this.textEditExtent,1);
|
||||
text = %this.field[%index, value];
|
||||
position = "0 0";
|
||||
modal = "1";
|
||||
};
|
||||
%this.controls[%this.numControls].addGuiControl(%text);
|
||||
|
||||
%button = new GuiBitmapButtonCtrl() {
|
||||
internalName = "assetButton";
|
||||
HorizSizing = "left";
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
extent = %this.matButtonExtent;
|
||||
position = getWord(%this.textEditExtent,0) - getWord(%this.matButtonExtent,0) @ " 0";
|
||||
modal = "1";
|
||||
command = %this @ ".getImageAsset(" @ %index @ ");";
|
||||
};
|
||||
%button.setBitmap("tools/materialEditor/gui/change-material-btn");
|
||||
%this.controls[%this.numControls].addGuiControl(%button);
|
||||
|
||||
%this.numControls++;
|
||||
%this.curYPos += %this.defaultFieldStep;
|
||||
}
|
||||
|
||||
function ObjectBuilderGui::getImageAsset(%this, %index)
|
||||
{
|
||||
if(%index >= %this.numFields || %this.field[%index, name] $= "")
|
||||
{
|
||||
error("ObjectBuilderGui::getImageAsset: invalid field");
|
||||
return;
|
||||
}
|
||||
|
||||
%val = %this.field[%index, ext];
|
||||
|
||||
//%path = filePath(%val);
|
||||
//%ext = fileExt(%val);
|
||||
|
||||
%this.currentControl = %index;
|
||||
AssetBrowser.showDialog("ImageAsset", %this @ ".gotImageAsset", "", "", "");
|
||||
//getLoadFilename( %val @ "|" @ %val, %this @ ".gotFileName", %this.lastPath );
|
||||
}
|
||||
|
||||
function ObjectBuilderGui::gotImageAsset(%this, %name)
|
||||
{
|
||||
%index = %this.currentControl;
|
||||
|
||||
%this.field[%index, value] = %name;
|
||||
%this.controls[%this.currentControl]-->assetText.setText(%name);
|
||||
|
||||
%this.lastPath = %name;
|
||||
|
||||
// This doesn't work for button controls as getValue returns their state!
|
||||
//%this.controls[%this.currentControl].setValue(%name);
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
function ObjectBuilderGui::createMaterialNameType(%this, %index)
|
||||
{
|
||||
if(%index >= %this.numFields || %this.field[%index, name] $= "")
|
||||
|
|
@ -564,6 +677,9 @@ function ObjectBuilderGui::process(%this)
|
|||
case "TypeTerrainAsset":
|
||||
%this.createTerrainAssetType(%i);
|
||||
|
||||
case "TypeImageAsset":
|
||||
%this.createImageAssetType(%i);
|
||||
|
||||
case "TypeMaterialName":
|
||||
%this.createMaterialNameType(%i);
|
||||
|
||||
|
|
@ -636,6 +752,12 @@ function ObjectBuilderGui::onOK(%this)
|
|||
%this.field[%i, value] = %this.controls[%i]-->MatText.getValue();
|
||||
continue;
|
||||
}
|
||||
if (%this.field[%i, type] $= "TypeImageAsset" ||
|
||||
%this.field[%i, type] $= "TypeTerrainAsset")
|
||||
{
|
||||
%this.field[%i, value] = %this.controls[%i]-->assetText.getText();
|
||||
continue;
|
||||
}
|
||||
%this.field[%i, value] = %this.controls[%i].getValue();
|
||||
}
|
||||
|
||||
|
|
@ -736,7 +858,7 @@ function ObjectBuilderGui::buildScatterSky( %this, %dontWarnAboutSun )
|
|||
// This is a trick... any fields added after process won't show
|
||||
// up as controls, but will be applied to the created object.
|
||||
%this.addField( "flareType", "TypeLightFlareDataPtr", "Flare", "ScatterSkyFlareExample" );
|
||||
%this.addField( "moonMat", "TypeMaterialName", "Moon Material", "Moon_Glow_Mat" );
|
||||
%this.addField( "moonMatAsset", "TypeMaterialAsset", "Moon Material", "Core_Rendering:moon_wglow" );
|
||||
%this.addField( "nightCubemap", "TypeCubemapName", "Night Cubemap", "NightCubemap" );
|
||||
%this.addField( "useNightCubemap", "TypeBool", "Use Night Cubemap", "true" );
|
||||
|
||||
|
|
@ -746,7 +868,8 @@ function ObjectBuilderGui::buildCloudLayer(%this)
|
|||
{
|
||||
OBObjectName.setValue( "" );
|
||||
%this.objectClassName = "CloudLayer";
|
||||
%this.addField( "texture", "TypeImageFilename", "Texture", "core/rendering/images/clouds_normal_displacement" );
|
||||
%this.addField( "textureAsset", "TypeImageAsset", "Image", "Core_Rendering:clouds_normal_displacement_image" );
|
||||
//%this.addField( "textureFile", "TypeImageFilename", "Texture", "core/rendering/images/clouds_normal_displacement" );
|
||||
%this.process();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ singleton GuiControlProfile (EditorScrollProfile)
|
|||
border = 3;
|
||||
borderThickness = 2;
|
||||
borderColor = "0 0 0";
|
||||
bitmap = "tools/gui/images/scrollBar";
|
||||
bitmapAsset = "ToolsModule:scrollBar_image";
|
||||
hasBitmapArray = true;
|
||||
category = "Editor";
|
||||
};
|
||||
|
|
@ -80,7 +80,7 @@ singleton GuiControlProfile (GuiEditorClassProfile)
|
|||
fontColorHL = "50 50 50";
|
||||
fixedExtent = true;
|
||||
justify = "center";
|
||||
bitmap = "tools/gui/images/scrollBar";
|
||||
bitmapAsset = "ToolsModule:scrollBar_image";
|
||||
hasBitmapArray = true;
|
||||
category = "Editor";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3darrow_image"
|
||||
imageFile="@assetFile=CUR_3darrow.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3ddiagleft_image"
|
||||
imageFile="@assetFile=CUR_3ddiagleft.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3ddiagright_image"
|
||||
imageFile="@assetFile=CUR_3ddiagright.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3dleftright_image"
|
||||
imageFile="@assetFile=CUR_3dleftright.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3dupdown_image"
|
||||
imageFile="@assetFile=CUR_3dupdown.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_grab_image"
|
||||
imageFile="@assetFile=CUR_grab.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_hand_image"
|
||||
imageFile="@assetFile=CUR_hand.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_rotate_image"
|
||||
imageFile="@assetFile=CUR_rotate.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="LockedHandle_image"
|
||||
imageFile="@assetFile=LockedHandle.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="SelectHandle_image"
|
||||
imageFile="@assetFile=SelectHandle.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_d_image"
|
||||
imageFile="@assetFile=boxBrush_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_h_image"
|
||||
imageFile="@assetFile=boxBrush_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_n_image"
|
||||
imageFile="@assetFile=boxBrush_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_d_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_h_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_n_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_n.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_d_image"
|
||||
imageFile="@assetFile=brushPaintNoise_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_h_image"
|
||||
imageFile="@assetFile=brushPaintNoise_h.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_n_image"
|
||||
imageFile="@assetFile=brushPaintNoise_n.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_d_image"
|
||||
imageFile="@assetFile=brushThermalErosion_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_h_image"
|
||||
imageFile="@assetFile=brushThermalErosion_h.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_image"
|
||||
imageFile="@assetFile=brushThermalErosion.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_d_image"
|
||||
imageFile="@assetFile=circleBrush_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_h_image"
|
||||
imageFile="@assetFile=circleBrush_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_n_image"
|
||||
imageFile="@assetFile=circleBrush_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="clearEmpty_d_image"
|
||||
imageFile="@assetFile=clearEmpty_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="clearEmpty_h_image"
|
||||
imageFile="@assetFile=clearEmpty_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue