Hey,
Is there a way to enlarge or shrink objects?Ã, Like if you wand something to grow larger and fill up the screen.Ã,Â
-Pizzaman
Didn't see anything in the Object functions ..
Objects can be affected by the scaling of the walkable area they're on, but there're min/max amount limits. Depending on what you want to do, you might be able to use RawDrawImageResized. Otherwise, I think you'll have to resize the sprites in an art program and import them as normal.
Or you could use the new beta (I know, it's for testing, not game development, yada yada yada) and use the DynamicSprite resize function.