位置微调
This commit is contained in:
parent
b19b3c04a8
commit
a1fabf381f
4
index.js
4
index.js
@ -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){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user