我似乎無法在動畫CCSprite的頂部添加CCLabelTTF。我基本上試圖通過使用[self.sprite addChild:label]
將它添加到我的精靈。這崩潰了一個錯誤:在動畫CCSprite的頂部添加CCLabel
Terminating app due to uncaught exception 'NSInternalInconsistencyException',
reason: 'CCSprite is not using the same texture id'
我怎麼能簡單地把標籤放在我的精靈之上?謝謝