You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, it is supposed to fill the entire window. I'm guessing it's due to the scaling in display settings being high enough that the image used for the background is not big enough for it, and the image is not set to expand. It won't affect the functionality of it.
If I manage to find time to update it, I'll fix it for the next version.
If you use Resource Hacker you can fix it using these steps:
open NPL "launcher.exe" using Resource Hacker
In the tree view on the left, open the "RCData" section and click on "TNOTLAUNCHERWINDOW: 0" entry under RCData
In the right side, go to line 16085, the line should be "Stretch = True"
Add a new line that contains "Stretch = True" and ensure it has the same number of spaces as the previous line
Compile the resource (Menu "Action" -> Compile, or F5, or the green arrow on the toolbar)
Save the file (it will automatically create a backup file)
If you did it correctly when you launch the game, the launcher should show the image on the entire window
Is it just me, or is the image not properly sized to fill the entire launcher window? This seems like it shouldn't be the case...
The text was updated successfully, but these errors were encountered: