oono
2018-04-15 21:38
local ttfConfig={}
ttfConfig.fontFilePath="arial.ttf"
ttfConfig.fontSize=30
local score=cc.Label:createWithTTF(ttfConfig,"0")
self:addChild(score) 这句报错 明明和老师一样写的,注释掉这句就没错了
还没有人回答问题,可以看看其他问题
Cocos2d-x游戏开发之贪吃蛇(上)
32438 学习 · 122 问题
相似问题