]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/Generators/Generator.cs
Moves some files around!
[rbdr/super-polarity] / SuperPolarity / Actors / Generators / Generator.cs
index dfbc40ba87f5697750afd339dfc937626b67248f..4e2cc3eba3985c2feac07dbc95c2cdf13f7dbfb0 100644 (file)
@@ -9,6 +9,12 @@ namespace SuperPolarity
                {
                        Collides = false;
                }
+
+               public override void Draw (Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch)
+               {
+                       base.Draw (spriteBatch);
+                       spriteBatch.Draw(BoxTexture, Box, new Color(255, 0, 255, 25));
+               }
        }
 }