i want to make the rocket smaller in my scenario how do i do it?
//in your rocket class
public Rocket() {
getImage().scale(newX, newY); //instead of newX and newY you have to use the new size (x and y) of the image.
}