Hi! I am not sure if this is the right package or not, but I am just wondering how to draw multiple objects at once. For example:
Starting with:
mainWindow.draw(thing1);
Is there a way to do something like this:
mainWindow.draw(thing1, thing2);
So that I don't have to make a .draw for every object?