Merge pull request #58 from andrzejfalkowski/loading-screens-multi-res

Loadscreen - Multiple resolutions and stretch modes
This commit is contained in:
Kitty
2023-09-02 16:12:25 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -607,6 +607,15 @@ SCROLL_SPEED_FACTOR = 1.0
USE_EXTERNALIZED_LOADSCREENS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Loading screen stretch mode
; 0 = Stretch - Always stretch to fit the screen.
; 1 = Match height - Stretch the image so its height matches the screen height while maintaining the aspect ratio. (This will add black bars on the sides if the screen is wider, and it will crop the image if the screen is narrower.)
; 2 = Match height for widescreen - Maintain the aspect ratio for images wider than the screen; stretch in all other cases.
;------------------------------------------------------------------------------------------------------------------------------
LOADSCREEN_STRETCH_MODE = 1
;------------------------------------------------------------------------------------------------------------------------------
; Show hints on the loadscreen?
; If set to TRUE, the game will sho tips from in TableData\LoadScreenHints.xml.
+9
View File
@@ -607,6 +607,15 @@ SCROLL_SPEED_FACTOR = 1.0
USE_EXTERNALIZED_LOADSCREENS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; Loading screen stretch mode
; 0 = Stretch - Always stretch to fit the screen.
; 1 = Match height - Stretch the image so its height matches the screen height while maintaining the aspect ratio. (This will add black bars on the sides if the screen is wider, and it will crop the image if the screen is narrower.)
; 2 = Match height for widescreen - Maintain the aspect ratio for images wider than the screen; stretch in all other cases.
;------------------------------------------------------------------------------------------------------------------------------
LOADSCREEN_STRETCH_MODE = 1
;------------------------------------------------------------------------------------------------------------------------------
; Show hints on the loadscreen?
; If set to TRUE, the game will sho tips from in TableData\LoadScreenHints.xml.