Kaynağa Gözat

fixed the opened concernement scale (was to big)

bach 1 yıl önce
ebeveyn
işleme
0a9a36255e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/components/ConcernementMapItem.vue

+ 2 - 2
src/components/ConcernementMapItem.vue

@@ -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) => {