一張數字圖片,如何簡單的輸出?

要用0123456789 的圖片,輸出成一個數字,除7654或120 等?

cc.LabelAtlas:_create(moneyStr,“images/ui/world_map/nums2.png”,24,29,string.byte(“0”))

可以不用UI嗎?

LabelAtlas* diceCount = CCLabelAtlas::create("987", "b13.png", 20, 24, '0');
diceCount->setPosition(Point(ScrW/2, ScrH/2));
addChild(diceCount);

要換字怎麼做?