Draw all spawned entities that have sprites or textures.
// In your draw callback:sg.clear(0, 0, 0);sg.drawAll(); Copy
// In your draw callback:sg.clear(0, 0, 0);sg.drawAll();
Draw all spawned entities that have sprites or textures.