Allow AssetBrowserLogic's allowed extentions to be loaded from YAML
Keep the default list of file formats as a fallback for thirdparty mods, but still add it to YAML to show off the functionality and to make it more transparent what formats are supported.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Container@ASSETBROWSER_PANEL:
|
||||
Logic: AssetBrowserLogic
|
||||
SupportedFormats: .shp, .tem, .des, .sno, .jun, .vqa
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||
Width: 695
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Background@ASSETBROWSER_PANEL:
|
||||
Logic: AssetBrowserLogic
|
||||
SupportedFormats: .shp, .r8, .tmp, .tem, .des, .sno, .int, .vqa
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||
Width: 700
|
||||
|
||||
Reference in New Issue
Block a user