Title Map Background
This plugin allows developers to set a map to be used as the background of
their title screen.
这个插件允许开发者将某个地图作为标题窗口背景
Simply set the “Map ID” Parameter to the map you wish to use on the title.
仅需要简单设置地图ID即可
This map will play out normally like any map would within the game.
Events will act/move through the map, and all the animated tiles will be
animated.
这幅地图将会自动播放他在游戏里的效果,例如事件将会继续移动,动画也会播放
Setting up a Camera
Now, an important thing to keep in mind about the Title-Map is that it will
not have the Player within it. Instead, the “camera” will be positioned in
the top-left of the map. However, you can set up an event to act as the
position the camera will focus on, similar to how the camera focuses on the
player during the game.
有一个重要的事情你需要注意,就是地图里面没有主角,因为,我们在左上角引入相机视角。你可以任何一个事件作为相机视角,就像游戏中聚焦主角一样
Simply use the notetag:
<Title Map Camera>
inside the notebox of an event within the Title-Map, and the camera will
follow that event around in the title screen.
你需要在事件备注里面使用这个命令