diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-11-23 14:53:17 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-11-23 14:53:17 -0600 |
| commit | d0950076b4ac797578bc4286a9f631196b4c00c7 (patch) | |
| tree | 8f70fc1eb9fe6980dc9b9079aa53e773b8ace9d4 | |
| parent | b587e9d8e0cc5eb1edf972fd3b644704441e5289 (diff) | |
Edits them colors
| -rw-r--r-- | Super Polarity.suo | bin | 58880 -> 58880 bytes | |||
| -rw-r--r-- | Super Polarity/Actors/MainShip.cs | 4 | ||||
| -rw-r--r-- | Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe | bin | 68096 -> 68096 bytes | |||
| -rw-r--r-- | Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb | bin | 130560 -> 130560 bytes | |||
| -rw-r--r-- | Super Polarity/obj/x86/Debug/Super Polarity.exe | bin | 68096 -> 68096 bytes | |||
| -rw-r--r-- | Super Polarity/obj/x86/Debug/Super Polarity.pdb | bin | 130560 -> 130560 bytes |
6 files changed, 2 insertions, 2 deletions
diff --git a/Super Polarity.suo b/Super Polarity.suo Binary files differindex ae197e2..4872822 100644 --- a/Super Polarity.suo +++ b/Super Polarity.suo diff --git a/Super Polarity/Actors/MainShip.cs b/Super Polarity/Actors/MainShip.cs index 9f28c80..bf4f3bb 100644 --- a/Super Polarity/Actors/MainShip.cs +++ b/Super Polarity/Actors/MainShip.cs @@ -40,8 +40,8 @@ namespace SuperPolarity { base.Initialize(texture, position); - MainShip.BlueColor = new Color(0, 184, 229); - MainShip.RedColor = new Color(201, 0, 68); + MainShip.BlueColor = new Color(211, 230, 234); + MainShip.RedColor = new Color(235, 160, 185); PolarityChange = game.Content.Load<SoundEffect>("Sound\\polaritychange"); ShootSound = game.Content.Load<SoundEffect>("Sound\\bullet"); diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe Binary files differindex 15c20d0..2e1de3b 100644 --- a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe +++ b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb Binary files differindex 6c1adfe..5e7a303 100644 --- a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb +++ b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb diff --git a/Super Polarity/obj/x86/Debug/Super Polarity.exe b/Super Polarity/obj/x86/Debug/Super Polarity.exe Binary files differindex 15c20d0..2e1de3b 100644 --- a/Super Polarity/obj/x86/Debug/Super Polarity.exe +++ b/Super Polarity/obj/x86/Debug/Super Polarity.exe diff --git a/Super Polarity/obj/x86/Debug/Super Polarity.pdb b/Super Polarity/obj/x86/Debug/Super Polarity.pdb Binary files differindex 6c1adfe..5e7a303 100644 --- a/Super Polarity/obj/x86/Debug/Super Polarity.pdb +++ b/Super Polarity/obj/x86/Debug/Super Polarity.pdb |