動(dòng)畫(huà)Plist文件
資源的Plist文件可以直接用嗎,系統(tǒng)總是說(shuō)Cann't find CCSpriteFrame with manjimaru_default_1.png. Please check your .plist file ?圖片都找不到
資源的Plist文件可以直接用嗎,系統(tǒng)總是說(shuō)Cann't find CCSpriteFrame with manjimaru_default_1.png. Please check your .plist file ?圖片都找不到
2015-11-20
舉報(bào)
2015-12-14
查看你plist文件最后的一項(xiàng)
<key>metadata</key>
? ? ? ? <dict>
? ? ? ? ? ? <key>format</key>
? ? ? ? ? ? <integer>2</integer>
? ? ? ? ? ? <key>realTextureFileName</key>
? ? ? ? ? ? <string>common_res_1.png</string>
? ? ? ? ? ? <key>size</key>
? ? ? ? ? ? <string>{1024,1024}</string>
? ? ? ? ? ? <key>smartupdate</key>
? ? ? ? ? ? <string>$TexturePacker:SmartUpdate:19b4d9f4c33c897b1154ff2903aa272e:ab868ff1c46b7018a44ca73c7461f00d:5c39ec08c077d72bd05f8c12a02dbd0b$</string>
? ? ? ? ? ? <key>textureFileName</key>
? ? ? ? ? ? <string>common_res_1.png</string>
? ? ? ? </dict>
我這兒是有兩處common_res_1.png的,這個(gè)就是圖片名字,看看路徑下是否存在。