But i don't know how to add characters on screen.
The concept was:
Spoiler


The result i got:
I try make the layers responsives, but they didn't fit (the layer 2 was resized on photoshop), they both move so it's a winning point
Could someone help me?




* @plugindesc Animation for title screen
* @author こま (Top)
*
* @param name
* @desc What's the name of the image frame (name other than file name number)
* @default
*
* @param pattern
* @desc Number of image/ frames used for the animation
* @default 0
*
* @param x
* @desc x coordinate of animated image position
* @default 0
*
* @param y
* @desc y coordinate of animated image position
* @default 0
*
* @param wait
* @desc How long is the interval between animated image.
* (default estimated about: 0.0166 per frame)
* @default 1
*
* @param loop
* @desc Whether animated is allowed to loop or not.
* (Loop:1、No Loop:0)
* @default 1
*
* @help
* Put the images where you want to animate in "titles1" folder
* Be sure to include "3 digit number" at the end of the image file name
* Please make the first frame start with a number "000"
* (Example: image_000.png, image_001.png, image_002.png)
*
* Please input a "part other than number" of image file from the parameter 'name'
* (Example: for image_000.png, enter "image_")
*
* Enter the number of images you want to animate in the 'pattern' parameter.
* (Example: to animate image_000.png ~ image_009.png, enter "10")
*
* Note: There's no plugin command for this plugin