Commit 4bd50cc8 authored by Chen Jiping's avatar Chen Jiping

fix:调整显示

parent ca6721f6
......@@ -50,7 +50,7 @@ export class Title {
part1.textAlign = 'left';
part1.fontSize = 48;
part1.fontName = "BRLNSDB";
part1.fontColor = "#ffffff";
part1.fontColor = "#facf46";
part1.setScaleXY(mapScaleX);
part1.refreshSize();
part1.x = pWidth - part1.getBoundingBox().width - 13 * mapScaleX;
......
......@@ -828,7 +828,7 @@ export class PlayComponent implements OnInit, OnDestroy {
}
if (this.checkClickTarget(target.answer)) {
this.playAudio(target.data.audioUrl, true);
//this.playAudio(target.data.audioUrl, true);
}
return;
}
......
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