|
@@ -219,7 +219,7 @@ export default {
|
|
|
} else if (vOld === 1 && vNew === 2) {
|
|
|
this.treasureFadeOutProgress += 0.001
|
|
|
} else if (vOld === 2 && vNew === 3) {
|
|
|
- this.translateLength += 0.001
|
|
|
+ this.translateLength -= 0.001
|
|
|
} else if (vOld === 3 && vNew === 2) {
|
|
|
this.treasureFadeOutProgress -= 0.001
|
|
|
} else if (vOld === 2 && vNew === 1) {
|