function drawBackground()
{
ctx2.drawImage(bgPic, 0, 0, canWidth, canHeight);
}
大鱼吃小鱼游戏-background.js
最新推荐文章于 2015-11-30 19:42:29 发布
function drawBackground()
{
ctx2.drawImage(bgPic, 0, 0, canWidth, canHeight);
}