From 3a5bb81d3968593155b5609892b0444aade7e64d Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 6 Nov 2025 21:00:29 +0100 Subject: [PATCH] Add a new splash screen quote --- Source/Editor/Windows/SplashScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/Windows/SplashScreen.cpp b/Source/Editor/Windows/SplashScreen.cpp index 7e2889ca1..54a1a7418 100644 --- a/Source/Editor/Windows/SplashScreen.cpp +++ b/Source/Editor/Windows/SplashScreen.cpp @@ -137,6 +137,7 @@ const Char* SplashScreenQuotes[] = TEXT("Good Luck Have Fun"), TEXT("GG Well Played"), TEXT("Now with documentation."), + TEXT("We do this not because it is easy,\nbut because we thought it would be easy"), }; SplashScreen::~SplashScreen()