'coco2d'에 해당되는 글 1건

  1. 2019.03.05 [cocos2d]그라데이션 박스 만들기
html52019. 3. 5. 09:33

# 그라데이션 박스 만들기


var gradient = cc.LayerGradient.create(cc.color(0,0,0,255), cc.color(0x46,0x82,0xB4,255));
gradient.width = 100;
gradient.height = 100;
this.addChild(gradient);


Posted by 차돌이라네