From 38c7d3f9eb7d63937c6654ff5dd6046ce02dd59c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 12 Nov 2013 22:40:29 -0600 Subject: I think bullets come out now. --- .../Graphics/square.png | Bin 0 -> 169 bytes .../Super Polarity ContentContent.contentproj | 8 +++ Super Polarity/ActorFactory.cs | 13 ++++ Super Polarity/ActorManager.cs | 27 ++++++- Super Polarity/Actors/Actor.cs | 30 +++++++- Super Polarity/Actors/Bullet.cs | 47 +++++++++++++ Super Polarity/Actors/MainShip.cs | 78 +++++++++++++++++---- Super Polarity/Actors/Ship.cs | 2 +- Super Polarity/Content/Graphics/square.xnb | Bin 0 -> 1147 bytes Super Polarity/InputController.cs | 10 ++- Super Polarity/ParticleEffectFactory.cs | 66 +++++++++++++++++ Super Polarity/ParticleEngine.cs | 18 ++++- Super Polarity/Renderer.cs | 37 ++++++++++ Super Polarity/Super Polarity.csproj | 6 ++ Super Polarity/SuperPolarity.cs | 14 ++-- .../bin/WindowsGL/Debug/Super Polarity.exe | Bin 53248 -> 55808 bytes .../bin/WindowsGL/Debug/Super Polarity.pdb | Bin 58880 -> 81408 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 8150 -> 8265 bytes .../Super Polarity.csproj.FileListAbsolute.txt | 1 + Super Polarity/obj/x86/Debug/Super Polarity.exe | Bin 53248 -> 55808 bytes Super Polarity/obj/x86/Debug/Super Polarity.pdb | Bin 58880 -> 81408 bytes 21 files changed, 329 insertions(+), 28 deletions(-) create mode 100644 Super Polarity Content/Super Polarity ContentContent/Graphics/square.png create mode 100644 Super Polarity/Actors/Bullet.cs create mode 100644 Super Polarity/Content/Graphics/square.xnb create mode 100644 Super Polarity/ParticleEffectFactory.cs create mode 100644 Super Polarity/Renderer.cs diff --git a/Super Polarity Content/Super Polarity ContentContent/Graphics/square.png b/Super Polarity Content/Super Polarity ContentContent/Graphics/square.png new file mode 100644 index 0000000..960c50a Binary files /dev/null and b/Super Polarity Content/Super Polarity ContentContent/Graphics/square.png differ diff --git a/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj b/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj index f86c49e..1aedf53 100644 --- a/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj +++ b/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj @@ -110,6 +110,7 @@ + @@ -136,6 +137,13 @@ TextureProcessor + + + square + TextureImporter + TextureProcessor + +