I need to rescale the whole game in 50%.
the images and the actual screen.
Is there a option to do that for the whole game as once or i need to rescale image by image?
Develop games in your browser. Powerful, performant & highly capable.
System > Set Layout Scale = 0.5
The idea is to rescale images so they are smaller in size noth only e visual effect
I don't think there is an easy way to do this. Probably need to open every sprite and resize it.
You can save your project as a folder and use some external program (like Photoshop) to re-scale all images in Img\ directory. But then you'll still need to re-import them to your project.
2 ways:
1.
Stuff all your images in a family, and trigger once to scale those images to 0.5
2.
event
trigger once
sub event
For each image object
action
set scale 0.5
Not sure what you mean with scaling the screen ...