diff --git a/Jumpy.Shared/Camera.cs b/Jumpy.Shared/Camera.cs index 51d88da..d584b50 100644 --- a/Jumpy.Shared/Camera.cs +++ b/Jumpy.Shared/Camera.cs @@ -4,7 +4,7 @@ using System.Text; namespace Jumpy { class Camera { - public const int Width = (int) (320 * 1.5); - public const int Height = (int) (180 * 1.5); + public const int Width = (int) (320 * 1.0); + public const int Height = (int) (180 * 1.0); } }