late goodbye
This commit is contained in:
@@ -37,6 +37,9 @@ public class UITrainButton : MonoBehaviour, IPointerClickHandler
|
||||
item.Unselect();
|
||||
}
|
||||
|
||||
FindObjectOfType<UIMainMenu>()
|
||||
.ShowAboutTrainButton();
|
||||
|
||||
locomotionHandler.ShowTrain(trainType);
|
||||
buttonBase.DOColor(selectedColor, .2f);
|
||||
isSelected = true;
|
||||
|
||||
Reference in New Issue
Block a user