Implementation of Nils' UI work for updated theming, functionality and style for the editors suite
|
|
@ -15,14 +15,14 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
canSaveDynamicFields = "1";
|
||||
|
||||
new GuiWindowCollapseCtrl(ESettingsWindow) {
|
||||
text = "Editor Settings";
|
||||
text = ":: Editor Settings";
|
||||
resizeWidth = "0";
|
||||
resizeHeight = "1";
|
||||
resizeHeight = "0";
|
||||
canMove = "1";
|
||||
canClose = "1";
|
||||
canMinimize = "0";
|
||||
canMaximize = "0";
|
||||
canCollapse = "1";
|
||||
canCollapse = "0";
|
||||
closeCommand = "ESettingsWindow.hideDialog();";
|
||||
edgeSnap = "1";
|
||||
margin = "0 0 0 0";
|
||||
|
|
@ -31,11 +31,11 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorBottom = "0";
|
||||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "34 48";
|
||||
extent = "958 671";
|
||||
position = "160 0";
|
||||
extent = "960 640";
|
||||
minExtent = "319 100";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
vertSizing = "center";
|
||||
profile = "ToolsGuiWindowProfile";
|
||||
visible = "1";
|
||||
active = "1";
|
||||
|
|
@ -60,7 +60,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "0 24";
|
||||
extent = "958 647";
|
||||
extent = "958 610";
|
||||
minExtent = "64 64";
|
||||
horizSizing = "width";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -82,7 +82,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "0 0";
|
||||
extent = "180 647";
|
||||
extent = "180 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -112,7 +112,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "3 3";
|
||||
extent = "177 643";
|
||||
extent = "177 610";
|
||||
minExtent = "100 50";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
|
|
@ -154,7 +154,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "184 0";
|
||||
extent = "774 647";
|
||||
extent = "774 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -181,7 +181,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
changeChildSizeToFit = "1";
|
||||
changeChildPosition = "1";
|
||||
position = "0 0";
|
||||
extent = "773 643";
|
||||
extent = "773 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ function ESettingsWindow::toggleEditorSettings(%this)
|
|||
ESettingsWindowList.sort(0);
|
||||
|
||||
%this.mode = "Editor";
|
||||
ESettingsWindow.text = "Editor Settings";
|
||||
ESettingsWindow.text = ":: Editor Settings";
|
||||
|
||||
ESettingsWindowList.setSelectedById( 1 );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ $guiContent = new GuiWindowCollapseCtrl() {
|
|||
minSize = "50 50";
|
||||
closeCommand = "$ThisControl.onClose();";
|
||||
edgeSnap = "1";
|
||||
text = "Object Inspector";
|
||||
text = ":: Object Inspector";
|
||||
margin = "0 0 0 0";
|
||||
padding = "0 0 0 0";
|
||||
anchorTop = "1";
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 348 B |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 396 B |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 376 B |
|
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 406 B |
|
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 347 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 370 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 409 B |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 345 B |
|
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 400 B |
|
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 314 B |
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 399 B |
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 397 B |
|
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 388 B |
|
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 493 B |
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 368 B |
|
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 819 B |
|
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 651 B |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 384 B |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 430 B |
|
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 348 B |
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 396 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 720 B |
|
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 866 B |
|
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 406 B |
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 443 B |
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 142 B |
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 139 B |
BIN
Templates/BaseGame/game/tools/gui/images/add-simgroup-btn_i.png
Normal file
|
After Width: | Height: | Size: 142 B |
|
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3 KiB |
BIN
Templates/BaseGame/game/tools/gui/images/buttontab.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="buttontab_image"
|
||||
imageFile="@assetFile=buttontab.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 322 B |
BIN
Templates/BaseGame/game/tools/gui/images/camera-btn_i.png
Normal file
|
After Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 255 B |
BIN
Templates/BaseGame/game/tools/gui/images/clear-icon_i.png
Normal file
|
After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 497 B |
|
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 498 B |
|
Before Width: | Height: | Size: 496 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 202 B |
|
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 201 B |
BIN
Templates/BaseGame/game/tools/gui/images/delete_i.png
Normal file
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 134 B |
|
After Width: | Height: | Size: 133 B |
|
After Width: | Height: | Size: 134 B |
|
After Width: | Height: | Size: 133 B |
|
After Width: | Height: | Size: 134 B |
|
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 374 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 373 B |