插件作用:设置标题

/*:
* @plugindesc v1.00 Display Multiple Menu in Title Screen.
* @author XueYu Plugins
*
* @param DisplayJumpToMap
* @desc Display Jump To Map? true/false
* @default true
*
* @param JumpToMapText
* @desc The name will be display in title screen's command window.
* @default JumpToMap
*
* @param JumpToMapId
* @desc The Id of map that you will jump to. 1,2,3...etc.
* @default 1
*
* @param JumpToMapSwitchId
* @desc The id of Switch that you will use to after jump to map.
* 1,2,3...etc. Set to 0 to disable.
* @default 0
*
* @param DisplayExit
* @desc Display exit? true/false
* @default true
*
* @param ExitText
* @desc The name will be display in title screen's command window.
* @default Exit
*
* @param MaxCols
* @desc The title screen command window MaxCols.
* @default 5
*
* @param WindowWidth
* @desc The title screen command window width.
* @default 840
*
* @param X
* @desc The x position of command window.
* default:(Graphics.boxWidth - this.width) / 2
* @default (Graphics.boxWidth - this.width) / 2
*
* @param Y
* @desc The y position of command window.
* default:Graphics.boxHeight - this.height - 96
* @default Graphics.boxHeight - this.height - 96
*
* @param WindowSkin
* @desc Default is Window, it means the window skin
* is the file img/system/Window.png.
* @default Window
*
* @param Align
* @desc left/center/right
* @default center
*
* @param TextColor
* @desc #000000-#FFFFFF or red blue green yellow etc.
* @default yellow
*
* @help
* Introduction
* This plugin allows you to place Multiple Menu command
* to your title screen.
*/

rpgmakermv(8) XY_TitleMenu插件的更多相关文章

  1. Rpgmakermv(12) gacha插件系列

    很有趣的插件,可以做扭蛋啦,抽奖啦之类的东西.... 简单的示范: a.开始抽奖画面: b.抽奖中 c.随机得到物品 d.查看收集图鉴 e.图鉴内容 1.gacha 作用: get the item ...

  2. Rpgmakermv(7) Chronus插件介绍翻译

    协议:MIT 作用:时间,有时间推进,可以设置速度,随着游戏中时间的推进,会发生昼夜改变和天气变化. ------------------------------------------------- ...

  3. Rpgmakermv(5) MiniLabel插件介绍

    ============================================================================ Introduction ========== ...

  4. Rpgmakermv(31)MOG插件与YEP的结合

    问题简述: 因为我在开发时使用了gamequestsystem(任务插件),所以必须使用YEP_mainmenumanager; 此时,我又想加个MOG_Picture插件(图片收集插件): 当他们在 ...

  5. Rpgmakermv(30) GameQuest任务插件

    插件简介: 很牛X的任务插件(个人目前用过中的) 插件用法说明 Report any bugs, editor or plugin related here: http://forums.rpgmak ...

  6. Rpgmakermv(15) PH任务插件

    插件介绍 一个用来简单显示任务阶段的任务书 使用方法 插件安装 下载js文件放置到游戏目录/plugins目录下.打开插件管理器,选择PH_QuestBook.js并开启. 插件参数 Show in ...

  7. rpgmakermv(6) YEP_ItemSynthesis.js物品合成插件

    物品合成插件. 用途?太多了呢. 低级宝石合成高级,还有装备,武器,药水等等. ============================================================ ...

  8. rpgmakermv插件(1)screenfull.js与Fullscreen.js

    本文分析游戏的全屏化处理. 引入:玩家在不同情景下可能会选择全屏游戏或窗口化游戏,所以作为开发者,应该在设置中加入全屏与否的选项. 两种插件:screenfull.js与Fullscreen.js 1 ...

  9. Rpgmakermv(38)MOG_Theatrhythm

    1.============================葡萄牙语=================================================+++ MOG - Theatrh ...

随机推荐

  1. todo: 改变字体的动画

    todo: 截取指定区域的图片, 改变字体的动画

  2. bzoj 2563 [2012国家集训队Round 1 day2] 阿狸和桃子的游戏 贪心

    正解:贪心 解题报告: 链接在这儿! 知道解法之后会jio的好像很简单的样子……其实挺难想到的QAQ 不过大佬讲了方法之后还是懂了 有一个很神仙的想法就是,你可以理解为每个点周围的边都有半个是自己的, ...

  3. 内核ipc机制

    内核版本:linux2.6.22.6 硬件平台:JZ2440 驱动源码 block_ipc_poll_key_int_drv.c : #include <linux/module.h> # ...

  4. C语言课堂题集

    1.输入一个整数,然后将其数字位置颠倒. int c,d=0,e; scanf("%d",&c); while (c!=0) { e=c%10; d=d*10+e; c/= ...

  5. python3 open()函数调用方法简单示例

    python3 open()函数调用简介.Python open() 方法用于打开一个文件,并返回文件对象,在对文件进行处理过程都需要使用到这个函数,如果该文件无法被打开,会抛出 OSError. 注 ...

  6. 火币网API文档——REST API 错误码

    错误码 行情 API 错误码 错误码 描述 bad-request 错误请求 invalid-parameter 参数错 invalid-command 指令错 code 的具体解释, 参考对应的er ...

  7. zookeeper三种模式安装详解(centos 7+zookeeper-3.4.9)

    zookeeper有单机.伪集群.集群三种部署方式,可根据自己实际情况选择合适的部署方式.下边对这三种部署方式逐一进行讲解. 一 单机模式 1.下载 进入要下载的版本的目录,选择.tar.gz文件下载 ...

  8. Centos7 下 yum -y install ntp 出现/var/run/yum.pid 已被锁定

    [root@localhost ~ ]# yum -y install ntp已加载插件:fastestmirror, langpacksRepodata is over 2 weeks old. I ...

  9. windows端口占用情况

    https://jingyan.baidu.com/article/3c48dd34491d47e10be358b8.html netstat -ano,列出所有端口的情况. netstat -aon ...

  10. (转)区块链共识机制分析——论PoW,PoS,DPos和DAG的优缺点

    近期,随着区块链技术在社区中的声音越来越大,业界已经开始从技术角度对区块链进行全方位的解读.作为第一批区块链技术的实现,传统比特币与以太坊在共识机制.存储机制.智能合约机制.跨链通讯机制等领域并没有非 ...