Advertising
advertising
related pastes to tag 'flatredball'
- 985502 - Victor: flatredball
-
- using System;
- using System.Collections.Generic;
- using Microsoft.Xna.Framework;
- using Microsoft.Xna.Framework.Audio;
- using Microsoft.Xna.Framework.Content;
- using Microsoft.Xna.Framework.GamerServices;
- using Microsoft.Xna.Framework.Graphics;
- using Microsoft.Xna.Framework.Input;
- 985114 - Collision Loop: c flatredball xna
-
- #region Collisions
- foreach (Entity ent in alEntities)
- {
- foreach (Entity ent2 in alEntities)
- {
- if (!ent.Equals(ent2))
- {
- if (ent.Collision.CollideAgainst(ent2.Collision))