0
如何設置imageUp
和text
之間的間距ImageTextButton.Style
?默認的定位是這樣的在ImageTextButton中分離imageUp和文本
,但我想更多的移動圖像,同時保持文本爲中心的離開了。在libgdx中可以這樣嗎?
如何設置imageUp
和text
之間的間距ImageTextButton.Style
?默認的定位是這樣的在ImageTextButton中分離imageUp和文本
,但我想更多的移動圖像,同時保持文本爲中心的離開了。在libgdx中可以這樣嗎?
發現一種方法
imageTextButton.getImageCell().pad(//set padding);
或
imageTextButton.getLabelCell().pad(//set padding);