Add MVP character selection landing

This commit is contained in:
2026-05-18 20:57:08 -07:00
parent 4aec203ba6
commit 5efd81ca4b
5 changed files with 124 additions and 2 deletions
@@ -88,7 +88,7 @@ void AAgrarianGamePlayerController::BeginPlay()
MvpFrontendWidget = CreateWidget<UAgrarianMvpFrontendWidget>(this, MvpFrontendWidgetClass);
if (MvpFrontendWidget)
{
MvpFrontendWidget->SetActiveScreen(EAgrarianMvpFrontendScreen::MainMenu);
MvpFrontendWidget->SetActiveScreen(EAgrarianMvpFrontendScreen::CharacterSelection);
MvpFrontendWidget->AddToPlayerScreen(10);
}
}