I have a game where i drop an object from the top of the screen and if the object hits the ground without hitting anything else it goes to the next level.
I use the same layout but i used "set canvas size" to add height, trying to make the game infinite and each level just a little longer.
However the window size changes as well, matching the canvas size making the entire game look smaller, fitting it all into the same screen instead of scrolling with the object.
is there another way to do this that i am not thinking of?
is there a way to dynamically change layout size?
or can i use set canvas size and be able to set window size to something else?
Thank you for your time,
Gathos