case Constants.UNIT_TYPE_AIRBORNE:
                var img=document.getElementById("airborne_"+this.color);
                ctx.drawImage(img,cx-img.width*.5,cy - img.height*.5);
                break;