Implement the new settings browser.
This commit is contained in:
11
Assets/Cryville/Crtr/Browsing/UI/SettingsBrowser.cs
Normal file
11
Assets/Cryville/Crtr/Browsing/UI/SettingsBrowser.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Cryville.Crtr.Config;
|
||||
using Cryville.Crtr.Config.UI;
|
||||
|
||||
namespace Cryville.Crtr.Browsing.UI {
|
||||
internal class SettingsBrowser : ResourceBrowser {
|
||||
protected override void Awake() {
|
||||
base.Awake();
|
||||
GetComponent<PropertyMasterPanel>().Adapter = new DefaultPropertyMasterAdapter(Settings.Default);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user