hide transpoint when close map
This commit is contained in:
@@ -68,6 +68,17 @@ namespace BrewMonster.UI
|
||||
}
|
||||
}
|
||||
|
||||
public override void CloseDialogue()
|
||||
{
|
||||
base.CloseDialogue();
|
||||
|
||||
// hide all the trans points
|
||||
foreach(var transPoint in _transPoints)
|
||||
{
|
||||
transPoint.Value.gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
public override bool Render()
|
||||
{
|
||||
UpdateHostPlayerPositionImage();
|
||||
|
||||
Reference in New Issue
Block a user