1
Graphics / How to draw multiple objects at once
« on: September 07, 2015, 08:00:52 am »
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?
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?