mirror of
https://github.com/tym1116/BH3.git
synced 2026-03-28 10:32:26 +01:00
Fix UI Shader
This commit is contained in:
@@ -1065,7 +1065,7 @@ namespace MoleMole
|
||||
}
|
||||
else if (tutorial.step == 1)
|
||||
{
|
||||
Transform highlightTrans = transform.FindChild("HPBar");
|
||||
Transform highlightTrans = transform.Find("HPBar");
|
||||
Singleton<MainUIManager>.Instance.ShowDialog(new NewbieDialogContext
|
||||
{
|
||||
disableHighlightEffect = true,
|
||||
@@ -1084,7 +1084,7 @@ namespace MoleMole
|
||||
}
|
||||
else if (tutorial.step == 2)
|
||||
{
|
||||
Transform highlightTrans2 = transform.FindChild("SPBar");
|
||||
Transform highlightTrans2 = transform.Find("SPBar");
|
||||
Singleton<MainUIManager>.Instance.ShowDialog(new NewbieDialogContext
|
||||
{
|
||||
disableHighlightEffect = true,
|
||||
@@ -1281,7 +1281,7 @@ namespace MoleMole
|
||||
}
|
||||
else if (tutorial.step == 7)
|
||||
{
|
||||
Transform highlightTrans4 = transform.FindChild("HPBar");
|
||||
Transform highlightTrans4 = transform.Find("HPBar");
|
||||
Singleton<MainUIManager>.Instance.ShowDialog(new NewbieDialogContext
|
||||
{
|
||||
disableHighlightEffect = true,
|
||||
@@ -1300,7 +1300,7 @@ namespace MoleMole
|
||||
}
|
||||
else if (tutorial.step == 8)
|
||||
{
|
||||
Transform highlightTrans5 = transform.FindChild("SPBar");
|
||||
Transform highlightTrans5 = transform.Find("SPBar");
|
||||
Singleton<MainUIManager>.Instance.ShowDialog(new NewbieDialogContext
|
||||
{
|
||||
disableHighlightEffect = true,
|
||||
|
||||
Reference in New Issue
Block a user