smaller default zoom on the camera
This commit is contained in:
parent
4b839451b1
commit
f968ae7e70
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue