@@ -1568,9 +1568,9 @@ export default {
// opening tweening
this.tween = new Tween.Tween({s: this.scale, x: this.pos.x, y: this.pos.y, o: 0})
.to({
- s: 7,
+ s: 6,
x: (this.canvas.width - 450) / 2,
- y: this.canvas.height / 2 + 30,
+ y: this.canvas.height / 2,
o: 0.8
}, 800)
.onUpdate((obj) => {