What you can do is at start of layout set sprite size to so x so and then when you want to expand it then set that size for example say you have sprite size is 256 x 256 so you do this
Start of layout sprite size set to say 32 x 32 and now after while you want to expand it than just set size to 256 x 256
does that make sense or not