#25 adding follow to car context menu

This commit is contained in:
2024-07-26 10:17:09 -05:00
parent d7e35828b8
commit d4d18d8c92

View File

@@ -45,6 +45,11 @@ internal class CarPickable_HandleShowContextMenu_Patch
});
}
shared.AddButton(ContextMenuQuadrant.Unused2, $"Follow", SpriteName.Inspect, delegate
{
CameraSelector.shared.FollowCar(car);
});
shared.BuildItemAngles();
shared.StartCoroutine(shared.AnimateButtonsShown());
}