From: Ben Beltran Date: Sat, 23 Nov 2013 20:53:17 +0000 (-0600) Subject: Edits them colors X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/commitdiff_plain/d0950076b4ac797578bc4286a9f631196b4c00c7 Edits them colors --- diff --git a/Super Polarity.suo b/Super Polarity.suo index ae197e2..4872822 100644 Binary files a/Super Polarity.suo and b/Super Polarity.suo differ 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("Sound\\polaritychange"); ShootSound = game.Content.Load("Sound\\bullet"); diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe index 15c20d0..2e1de3b 100644 Binary files a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe and b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe differ diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb index 6c1adfe..5e7a303 100644 Binary files a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb and b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb differ diff --git a/Super Polarity/obj/x86/Debug/Super Polarity.exe b/Super Polarity/obj/x86/Debug/Super Polarity.exe index 15c20d0..2e1de3b 100644 Binary files a/Super Polarity/obj/x86/Debug/Super Polarity.exe and b/Super Polarity/obj/x86/Debug/Super Polarity.exe differ diff --git a/Super Polarity/obj/x86/Debug/Super Polarity.pdb b/Super Polarity/obj/x86/Debug/Super Polarity.pdb index 6c1adfe..5e7a303 100644 Binary files a/Super Polarity/obj/x86/Debug/Super Polarity.pdb and b/Super Polarity/obj/x86/Debug/Super Polarity.pdb differ