fixed the opened concernement scale (was to big)
This commit is contained in:
parent
caced38845
commit
0a9a36255e
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user