I'd like to know if it's possible to make a small game picture (banner) appear at startup, so that the game can then be resized to the full screen?
Example :
Banner - 800x600
Game - 1920x1080
I'd like to know if it's possible to make a small game picture (banner) appear at startup, so that the game can then be resized to the full screen?
Example :
Banner - 800x600
Game - 1920x1080
1. It is possible to make a small game picture appear at startup - put that in your first frame and automatically create it at start.
2. It is possible to resize the game to full screen in the settings - just start the game by default in window mode and in the first frame have a start of frame event that goes to full screen and / or if the player presses a button it goes full screen.
But I don't understand your question - how the two relate to each other.
Also if you write a game in 800 x 600 and then stretch it to 1920 x 1080 there will be some distortion. You need to keep your ratios the same or use one of the options available in Fusion to create black bars on the side etc.
I am making a game in 1920 x 1080 resolution
And I want a small picture of the game with a resolution of less than 1920 x 1080 (possibly 800 x 600) to appear when the game starts in windowed mode
How to do it?
1st Frame - BANNER (800 x 600) Windowed
2nd Frame - Menu (1920 x 1080) FullScreen
3rd Frame - Game (1920 x 1080) FullScreen
I've attached an example.
Tnank you so much!