mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Quick patch for About screen (#23117)
It seems there's a bigger issue going on atm. This fixes the problem for now, but when we add more names we will have to extend this more. Reason being that the it centers the text in the line, rather than extending it further downwards. I personally do not know how to fix that, but this should suffice for now.
This commit is contained in:
@@ -233,7 +233,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
textCoords += ScreenCoordsXY(
|
||||
0, DrawTextWrapped(dpi, textCoords, textWidth, STR_ABOUT_FAIRGROUND_ORGAN, ft2, tp) + 5); // Fairground organ
|
||||
textCoords += ScreenCoordsXY(
|
||||
0, DrawTextWrapped(dpi, textCoords, textWidth, STR_ABOUT_SPECIAL_THANKS_1, ft2, tp)); // Special Thanks
|
||||
0, DrawTextWrapped(dpi, textCoords, textWidth, STR_ABOUT_SPECIAL_THANKS_1, ft2, tp) + 7); // Special Thanks
|
||||
textCoords += ScreenCoordsXY(
|
||||
0, DrawTextWrapped(dpi, textCoords, textWidth, STR_ABOUT_SPECIAL_THANKS_2, ft2, tp)); // Company names
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user