Added an asset type filter to AssetBrowserLogic

This commit is contained in:
penev92
2022-02-25 01:23:30 +02:00
committed by Gustas
parent 4901de24b1
commit 8a38ac0d24
3 changed files with 107 additions and 10 deletions

View File

@@ -28,11 +28,18 @@ Background@ASSETBROWSER_PANEL:
Height: 25
Font: Bold
Text: Folders
ScrollPanel@ASSET_LIST:
DropDownButton@ASSET_TYPES_DROPDOWN:
X: 20
Y: 90
Width: 195
Height: PARENT_BOTTOM - 225
Height: 25
Font: Bold
Text: Asset types
ScrollPanel@ASSET_LIST:
X: 20
Y: 120
Width: 195
Height: PARENT_BOTTOM - 255
CollapseHiddenChildren: True
Children:
ScrollItem@ASSET_TEMPLATE:
@@ -272,3 +279,15 @@ Background@ASSETBROWSER_PANEL:
Font: Bold
Text: Close
TooltipContainer@TOOLTIP_CONTAINER:
ScrollPanel@ASSET_TYPES_PANEL:
Width: 195
Height: 130
ItemSpacing: 5
TopBottomSpacing: 0
Children:
Checkbox@ASSET_TYPE_TEMPLATE:
X: 5
Y: 5
Width: PARENT_RIGHT - 29
Height: 20