Commit d27565d2 authored by 熊东起's avatar 熊东起

add:-no

parent 32476dd5
...@@ -58,5 +58,5 @@ export const CHANGE_POINT = [ ...@@ -58,5 +58,5 @@ export const CHANGE_POINT = [
{ x: 175, y: 1040, dir: 'R' }, { x: 175, y: 1040, dir: 'R' },
{ x: 485, y: 943, dir: 'L' }, { x: 485, y: 943, dir: 'L' },
{ x: 405, y: 834, dir: 'R' }, { x: 405, y: 834, dir: 'R' },
{ x: 675, y: 750, dir: 'R' }//5 28 { x: 658, y: 756, dir: 'R' }//5 28
]; ];
\ No newline at end of file
...@@ -14,7 +14,7 @@ export default class TxtDialog extends GAME.Container { ...@@ -14,7 +14,7 @@ export default class TxtDialog extends GAME.Container {
this._txt = v; this._txt = v;
this.roomTxt.text = v+""; this.roomTxt.text = v+"";
} }
resetAni() { resetAni() {
let _y = this.y; let _y = this.y;
GAME.Tween.get(this, { loop: true }) GAME.Tween.get(this, { loop: true })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment