问答详情
源自:2-1 绘制背景

背景图片始终没出来

为什么背景图片始终没出来啊?求解啊

提问者:qq_迷雨_0 2017-07-18 10:20

个回答

  • 我想说什么来着
    2018-02-24 12:03:59

    function drawBackground(){

    ctx2.drawImage(bgPic, 0, 0, canWidth = 800, canHeight = 600);

    }

    应该是main.js中的

    canWidth = can1.width;

    canHeight = can1.canHeight;

    没有获取到值