smaller default zoom on the camera

This commit is contained in:
Ellpeck 2020-06-03 13:49:33 +02:00
parent 4b839451b1
commit f968ae7e70

View file

@ -38,7 +38,7 @@ namespace TouchyTickets {
this.Ui = new Ui(this.UiSystem); this.Ui = new Ui(this.UiSystem);
this.Camera = new Camera(this.GraphicsDevice) { this.Camera = new Camera(this.GraphicsDevice) {
Scale = 5, Scale = 2,
AutoScaleWithScreen = true, AutoScaleWithScreen = true,
AutoScaleReferenceSize = new Point(720, 1280), AutoScaleReferenceSize = new Point(720, 1280),
MaxScale = 24, MaxScale = 24,