Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing window breaks background image #859

Open
Kurtsley opened this issue Jun 13, 2024 · 4 comments
Open

Resizing window breaks background image #859

Kurtsley opened this issue Jun 13, 2024 · 4 comments
Labels

Comments

@Kurtsley
Copy link
Contributor

When the dynamic gameplay background is shown (before the campaign is selected), the screen can be resized with no issues. When a static image is shown, resizing the window changes the background to a solid color. The color changes based on the image. Once the window has been resized, the original image does not appear again.

Ex:

@BROCODES2024
Copy link

Hi is this eligible for Hacktoberfest 2024?
If yes i would like to work on it, please provide more details about the issue

@cxong
Copy link
Owner

cxong commented Oct 1, 2024

Yes this is eligible, but it may be too complex for hacktoberfest. When the window is resized, HasResolutionChanged is set to true, but if you look for references to it, it is handled in the mainmenu (with live background), in-game, editor, but not in the other menus. There are many other menus, like player selection, weapon selection, mission briefing etc, and it is not clear if there is a central place where this fix can be made. A fix attempt would need to include a design review before a code fix.

@cxong cxong added the bug label Oct 1, 2024
@BROCODES2024
Copy link

That's really too complex for me as a beginner, do you have any other issues which are on the easier side?

@cxong
Copy link
Owner

cxong commented Oct 1, 2024

check issues labelled "good first issue"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants