Can't replace HelloWorld image with a different image.

Hi guys, I’m new to cocos2dx.
I can already run the HelloWorld sample of cocos2dx but I tried to replace it with a new image but I can’t.
When I run it, it is deleting the image I put in the assets folder.
I deleted the HelloWorld.png image but everytime I run the program, it is creating a new file HelloWorld.png
I already tried to clean the project but still same result.
I don’t know what I am doing wrong, pls help :frowning:

Are you sure you replaced all 3 image sizes (look in folders ‘iphone’, ‘ipad’, and ‘ipadhd’) for HelloWorld.png? If you replaced it for one device but are testing on another you won’t see the changes. Otherwise, it should be as simple as changing the filename from “HelloWorld.png” to “MyOwnImage.png”.

I don’t have those folders, I am on windows environment.
But I search for all of the file HelloWorld.png, found 2 locations then replace it with a new one and it work.
Thank you so much, now I can sleep well at night :smiley: