Commit 52332cf4 by Matt

tweak catched image position

parent 5e301ee7
...@@ -56,6 +56,8 @@ class Map extends egret.Sprite { ...@@ -56,6 +56,8 @@ class Map extends egret.Sprite {
this.catchedTip.texture = RES.getRes('catched_jpg') this.catchedTip.texture = RES.getRes('catched_jpg')
this.catchedTip.alpha = 0 this.catchedTip.alpha = 0
this.catchedTip.x = 604
this.catchedTip.y = 316
this.addChild(this.catchedTip) this.addChild(this.catchedTip)
} }
......
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