function gameloop() {
window.requestAnimFrame(gameloop);
ctx.clearRect(0,0,properties.width,properties.height);
drawArc();
drawScale();
drawMinScale();
drawText();
drawPointer();
drawTotleScore();
drawMinArc();
if(count < value){
count += 5;
}else{
console.log(1)
}
}
m慕光
苏桃子Simba
相关分类