SiliconGhetto Engine API
    Preparing search index...

    Function drawAll

    • Draw all spawned entities that have sprites or textures.

      Returns void

      // In your draw callback:
      sg.clear(0, 0, 0);
      sg.drawAll();