Behaviors are not designed to be able to draw anything. So you shouldn't use a behavior for anything like this.
I don't see why you need any special handling for this though. Why not just import all 52 images as frames of a sprite? Your project will still have the same amount of image data in it either way, so you're not actually saving anything by putting images in project files.