Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'flatredball'

985502 - Victor: flatredball
  1. using System;
  2. using System.Collections.Generic;
  3. using Microsoft.Xna.Framework;
  4. using Microsoft.Xna.Framework.Audio;
  5. using Microsoft.Xna.Framework.Content;
  6. using Microsoft.Xna.Framework.GamerServices;
  7. using Microsoft.Xna.Framework.Graphics;
  8. using Microsoft.Xna.Framework.Input;
  9.  
985114 - Collision Loop: c flatredball xna
  1. #region Collisions
  2.             foreach (Entity ent in alEntities)
  3.             {
  4.                 foreach (Entity ent2 in alEntities)
  5.                 {
  6.                     if (!ent.Equals(ent2))
  7.                     {
  8.                         if (ent.Collision.CollideAgainst(ent2.Collision))
  9.  
worth-right
worth-right
fantasy-obligation