From c574b1243c572d774c7430f4495b1d6b490f9fbc Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Tue, 23 Jan 2018 13:31:50 +0100 Subject: Balancing --- Penguloon/Scenes/SceneBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Penguloon/Scenes') diff --git a/Penguloon/Scenes/SceneBase.cs b/Penguloon/Scenes/SceneBase.cs index 4214e97..a56bf04 100644 --- a/Penguloon/Scenes/SceneBase.cs +++ b/Penguloon/Scenes/SceneBase.cs @@ -79,7 +79,8 @@ namespace Penguloon.Scenes /// /// /// - public void DrawText(SpriteFont font, string text, Vector2 position, Vector2 size, TextAllignment textAllignment, Color color, Color borderColor, int borderWidth) + public void DrawText(SpriteFont font, string text, Vector2 position, Vector2 size, TextAllignment textAllignment, + Color color, Color borderColor, int borderWidth) { if (font == null) return; -- cgit v1.2.3-70-g09d2