fixed the opened concernement scale (was to big)

This commit is contained in:
Bachir Soussi Chiadmi 2023-06-07 22:35:04 +02:00
parent caced38845
commit 0a9a36255e

View File

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