Implement the new settings browser.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Cryville.Common.Unity.UI;
|
||||
using Cryville.Crtr.Browsing.UI;
|
||||
using Cryville.Crtr.Config.UI;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
@@ -14,8 +13,6 @@ namespace Cryville.Crtr.UI {
|
||||
[SerializeField]
|
||||
ProgressBar m_progressBar;
|
||||
[SerializeField]
|
||||
PropertyMasterPanel m_settingsPanel;
|
||||
[SerializeField]
|
||||
TMP_Text m_title;
|
||||
[SerializeField]
|
||||
GameObject[] m_backBlockingObjects;
|
||||
@@ -30,7 +27,6 @@ namespace Cryville.Crtr.UI {
|
||||
void Awake() {
|
||||
Game.Init();
|
||||
m_contents.SetActive(true);
|
||||
// m_settingsPanel.Adapter = new DefaultPropertyMasterAdapter(Settings.Default);
|
||||
PushTitle("Chart Browser");
|
||||
}
|
||||
void Update() {
|
||||
|
Reference in New Issue
Block a user