Commit b3a0e8a9 authored by 李维's avatar 李维

dev commit

parent 8a3b9d9c
...@@ -534,7 +534,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -534,7 +534,7 @@ export class PlayComponent implements OnInit, OnDestroy {
let closeBntton = this.g_cartoon.createCartoonElementImage(`card-show-close`, "close", 50, 50, 100, -100) let closeBntton = this.g_cartoon.createCartoonElementImage(`card-show-close`, "close", 50, 50, 100, -100)
element.ref.addChild(closeBntton.ref) element.ref.addChild(closeBntton.ref)
let cardHighlight = this.g_cartoon.createCartoonElementImage(`card-highlight`, "highlight", 677*0.6, 660*0.6, 0, 0) let cardHighlight = this.g_cartoon.createCartoonElementImage(`card-highlight`, "highlight", 677*0.6, 660*0.6, 0, -25)
element.ref.children.unshift(cardHighlight.ref) element.ref.children.unshift(cardHighlight.ref)
let clickTarget = this.g_cartoon.createCartoonElementImage(`card-click-target`, "Image-05", 170, 170, 0, 0) let clickTarget = this.g_cartoon.createCartoonElementImage(`card-click-target`, "Image-05", 170, 170, 0, 0)
......
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