From 2af83e98005a14c439b360a5b9ac636f594d9f0c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 12 Nov 2013 06:44:55 -0600 Subject: Implements polarity system --- .../Graphics/negative-ship.png | Bin 0 -> 824 bytes .../Super Polarity ContentContent.contentproj | 7 + Super Polarity.suo | Bin 31744 -> 38400 bytes Super Polarity/Actor.cs | 154 ------------------- Super Polarity/ActorFactory.cs | 36 ++++- Super Polarity/ActorManager.cs | 41 ++++++ Super Polarity/Actors/Actor.cs | 161 ++++++++++++++++++++ Super Polarity/Actors/MainShip.cs | 163 +++++++++++++++++++++ Super Polarity/Actors/Ship.cs | 91 ++++++++++++ Super Polarity/Actors/StandardShip.cs | 114 ++++++++++++++ Super Polarity/Content/Graphics/negative-ship.xnb | Bin 0 -> 11707 bytes Super Polarity/Content/Graphics/player.xnb | Bin 32203 -> 0 bytes Super Polarity/InputController.cs | 82 ++++++++++- Super Polarity/MainShip.cs | 66 --------- Super Polarity/ParticleEngine.cs | 7 +- Super Polarity/Ship.cs | 38 ----- Super Polarity/Super Polarity.csproj | 10 +- Super Polarity/SuperPolarity.cs | 10 +- .../WindowsGL/Debug/Content/Graphics/player.xnb | Bin 32203 -> 0 bytes .../bin/WindowsGL/Debug/Super Polarity.exe | Bin 47104 -> 53248 bytes .../bin/WindowsGL/Debug/Super Polarity.pdb | Bin 50688 -> 58880 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 8028 -> 8150 bytes .../Super Polarity.csproj.FileListAbsolute.txt | 1 + Super Polarity/obj/x86/Debug/Super Polarity.exe | Bin 47104 -> 53248 bytes Super Polarity/obj/x86/Debug/Super Polarity.pdb | Bin 50688 -> 58880 bytes 25 files changed, 708 insertions(+), 273 deletions(-) create mode 100644 Super Polarity Content/Super Polarity ContentContent/Graphics/negative-ship.png delete mode 100644 Super Polarity/Actor.cs create mode 100644 Super Polarity/Actors/Actor.cs create mode 100644 Super Polarity/Actors/MainShip.cs create mode 100644 Super Polarity/Actors/Ship.cs create mode 100644 Super Polarity/Actors/StandardShip.cs create mode 100644 Super Polarity/Content/Graphics/negative-ship.xnb delete mode 100644 Super Polarity/Content/Graphics/player.xnb delete mode 100644 Super Polarity/MainShip.cs delete mode 100644 Super Polarity/Ship.cs delete mode 100644 Super Polarity/bin/WindowsGL/Debug/Content/Graphics/player.xnb diff --git a/Super Polarity Content/Super Polarity ContentContent/Graphics/negative-ship.png b/Super Polarity Content/Super Polarity ContentContent/Graphics/negative-ship.png new file mode 100644 index 0000000..1407d5d Binary files /dev/null and b/Super Polarity Content/Super Polarity ContentContent/Graphics/negative-ship.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 4e7a9f0..f86c49e 100644 --- a/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj +++ b/Super Polarity Content/Super Polarity ContentContent/Super Polarity ContentContent.contentproj @@ -129,6 +129,13 @@ TextureProcessor + + + negative-ship + TextureImporter + TextureProcessor + +