Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. foreach (Blob newBlob in blobList)
  2. {
  3. spriteBatch.Draw(newBlob.texture, newBlob.position , null, Color.White, 0f, Vector2.Zero, newBlob.scale, SpriteEffects.None, 0f);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement