summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/StatsScene.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-29 17:27:49 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-29 17:27:49 +0100
commitda38e93e55b6ff46a53dcd9d2be393149089d329 (patch)
treec19fdb964ee6f8dd8dd3102b22de541828850983 /Penguloon/Scenes/StatsScene.cs
parent5373e919a0d9e389fc2076963f610d044c21ccb5 (diff)
obejct info, new level selector, credits haHA
Diffstat (limited to 'Penguloon/Scenes/StatsScene.cs')
-rw-r--r--Penguloon/Scenes/StatsScene.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Penguloon/Scenes/StatsScene.cs b/Penguloon/Scenes/StatsScene.cs
index 948e77f..f6885d8 100644
--- a/Penguloon/Scenes/StatsScene.cs
+++ b/Penguloon/Scenes/StatsScene.cs
@@ -64,7 +64,7 @@ namespace Penguloon.Scenes
Main.Resources.GetString(Resource.String.StatsTotalStatsTitle),
new Vector2(120, borderHorizontalY),
new Vector2(0, 0),
- TextAllignment.LeftTop, Color.FromNonPremultiplied(200, 200, 200, 200), Color.Black, 2);
+ TextAllignment.LeftTop, Color.FromNonPremultiplied(111, 138, 183, 255), Color.Black, 2);
int martinXRight = StaticUIValues.StatsMarginXRight;
@@ -78,7 +78,7 @@ namespace Penguloon.Scenes
Main.Resources.GetString(Resource.String.StatsLevel) + " ",
new Vector2((int)StaticUIValues.ScreenViewport.X - martinXRight - ContentManager.GetFont(StaticUIValues.StatsFont).MeasureString(UserdataManager.Level.ToString()).X, 75),
new Vector2(0, 0),
- TextAllignment.RightTop, Color.FromNonPremultiplied(200, 200, 200, 200), Color.Black, 2);
+ TextAllignment.RightTop, Color.FromNonPremultiplied(111, 138, 183, 255), Color.Black, 2);
// Total kills
DrawText(ContentManager.GetFont(StaticUIValues.StatsFont),
@@ -128,7 +128,7 @@ namespace Penguloon.Scenes
Main.Resources.GetString(Resource.String.StatsBestStatsTitle),
new Vector2(120, borderHorizontalY + 50 + (StaticUIValues.StatsSpacingY * 4)),
new Vector2(0, 0),
- TextAllignment.LeftTop, Color.FromNonPremultiplied(200, 200, 200, 200), Color.Black, 2);
+ TextAllignment.LeftTop, Color.FromNonPremultiplied(111, 138, 183, 255), Color.Black, 2);
// Total kills
DrawText(ContentManager.GetFont(StaticUIValues.StatsFont),