@@ -77,6 +77,12 @@ namespace AibisDream.UI
|
||||
_ffwdBtn = topBar.Find("Quick Forward").GetComponent<BoolButton>();
|
||||
_ffwdBtn.OnClick.AddListener(QuickForward);
|
||||
_ffwdBtn.getBool = () => DialogController.Instance.advanceMode.Value.CurrentMode == AdvanceModeEnum.Quick;
|
||||
|
||||
// TEMP: mobile debug — expose Quick Forward for faster eye-module testing.
|
||||
if (Application.isMobilePlatform)
|
||||
{
|
||||
_ffwdBtn.gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
private void AutoSkip()
|
||||
|
||||
Reference in New Issue
Block a user