So I have some questions about code and how I could change it.
(this came from the tutorial.
How would I change it if my world class is named "earth" for example?
if (worm != null) {
World world;
world = getWorld();
world.removeObject(worm);
}
