diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-23 13:31:50 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-23 13:31:50 +0100 |
| commit | c574b1243c572d774c7430f4495b1d6b490f9fbc (patch) | |
| tree | 4cb103a840d48513dad81545869483b42216c9e7 /Penguloon/Scenes | |
| parent | 45bbe9f283b30f03167548c2b41eee22784a974f (diff) | |
Balancing
Diffstat (limited to 'Penguloon/Scenes')
| -rw-r--r-- | Penguloon/Scenes/SceneBase.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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 /// <param name="size"></param> /// <param name="textAllignment"></param> /// <param name="color"></param> - 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; |
