liyu525 用graphics.drawTexture()绘制图像的时候 怎么使后一次绘制的图像层级比上一次的低 ,(除了调换绘制顺序,顺序没法改变)如下:this.bg.graphics.drawTexture(this.bgTexture, 100, 734, 64, 76); this.bg.graphics.drawTexture(this.bgTexture, 131, 703, 64, 76);怎么让第二行绘制图像的层级比第一行低