Re: cant find the picture
bluy wrote:
Code:
SpriteFile = ContentFile
FilePath = Coalition.rte/Devices/Sprites/FlamerHeavyA.bmp
cant find this picute even though its a default
edit: and thanks
It most likely can't find it because it's a two frame sprite (Meaning it goes 'FlamerHeavyA000' and 'FlamerHeavyA001').
If your particle/whatever is only one frame, you will have to point out the '000'/'001' in the file path, if your particle/whatever is two frames, the '000'/'001' will be ignored the two sprites will be used as frame 0 and frame 1.