位置微调

This commit is contained in:
郑浩乐 2016-01-11 22:50:15 +08:00
parent b19b3c04a8
commit a1fabf381f

View File

@ -241,7 +241,7 @@
//得分 //得分
stage.createItem({ stage.createItem({
x:690, x:690,
y:120, y:100,
draw:function(context){ draw:function(context){
context.font = 'bold 28px Helvetica'; context.font = 'bold 28px Helvetica';
context.textAlign = 'left'; context.textAlign = 'left';
@ -258,7 +258,7 @@
//生命值 //生命值
stage.createItem({ stage.createItem({
x:705, x:705,
y:520, y:540,
width:30, width:30,
height:30, height:30,
draw:function(context){ draw:function(context){