From f968ae7e70a9bd3b6dbf6a37e2331da93e6b0b25 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 3 Jun 2020 13:49:33 +0200 Subject: [PATCH] smaller default zoom on the camera --- TouchyTickets/GameImpl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TouchyTickets/GameImpl.cs b/TouchyTickets/GameImpl.cs index 56363e1..c8e6768 100644 --- a/TouchyTickets/GameImpl.cs +++ b/TouchyTickets/GameImpl.cs @@ -38,7 +38,7 @@ namespace TouchyTickets { this.Ui = new Ui(this.UiSystem); this.Camera = new Camera(this.GraphicsDevice) { - Scale = 5, + Scale = 2, AutoScaleWithScreen = true, AutoScaleReferenceSize = new Point(720, 1280), MaxScale = 24,