There is a far simpler way to do this. In your client editor folder under resources there is the config JSON. Open it using Notepad then change this:
{
"Host": "localhost",
"Port": 5400,
"RenderCache": true,
"Font": "Arial",
"ChatLines": 100,
"MenuMusic": "",
"MenuBackground": "background.png",
"IntroImages": [ ]
}
To this:
{
"Host": "localhost",
"Port": 5400,
"RenderCache": true,
"Font": "Arial",
"ChatLines": 100,
"MenuMusic": "",
"MenuBackground": "background.png",
"IntroImages": [
"Name of Image.png",
"Name of image2.png"
]
}
Note: There can be and endless number of images posted this way.
Also note the images should be stored in the image folder inside the resource folder.
You can see how well this works in my game here:
https://www.dropbox.com/s/diktfz723nwdz65/Craft Quest 1.0.zip?dl=0
hit ESC Key to fastfoward through the intro if you wish not to see it.