rpgmakermv(8) XY_TitleMenu插件
插件作用:设置标题
/*:
* @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插件的更多相关文章
- Rpgmakermv(12) gacha插件系列
很有趣的插件,可以做扭蛋啦,抽奖啦之类的东西.... 简单的示范: a.开始抽奖画面: b.抽奖中 c.随机得到物品 d.查看收集图鉴 e.图鉴内容 1.gacha 作用: get the item ...
- Rpgmakermv(7) Chronus插件介绍翻译
协议:MIT 作用:时间,有时间推进,可以设置速度,随着游戏中时间的推进,会发生昼夜改变和天气变化. ------------------------------------------------- ...
- Rpgmakermv(5) MiniLabel插件介绍
============================================================================ Introduction ========== ...
- Rpgmakermv(31)MOG插件与YEP的结合
问题简述: 因为我在开发时使用了gamequestsystem(任务插件),所以必须使用YEP_mainmenumanager; 此时,我又想加个MOG_Picture插件(图片收集插件): 当他们在 ...
- Rpgmakermv(30) GameQuest任务插件
插件简介: 很牛X的任务插件(个人目前用过中的) 插件用法说明 Report any bugs, editor or plugin related here: http://forums.rpgmak ...
- Rpgmakermv(15) PH任务插件
插件介绍 一个用来简单显示任务阶段的任务书 使用方法 插件安装 下载js文件放置到游戏目录/plugins目录下.打开插件管理器,选择PH_QuestBook.js并开启. 插件参数 Show in ...
- rpgmakermv(6) YEP_ItemSynthesis.js物品合成插件
物品合成插件. 用途?太多了呢. 低级宝石合成高级,还有装备,武器,药水等等. ============================================================ ...
- rpgmakermv插件(1)screenfull.js与Fullscreen.js
本文分析游戏的全屏化处理. 引入:玩家在不同情景下可能会选择全屏游戏或窗口化游戏,所以作为开发者,应该在设置中加入全屏与否的选项. 两种插件:screenfull.js与Fullscreen.js 1 ...
- Rpgmakermv(38)MOG_Theatrhythm
1.============================葡萄牙语=================================================+++ MOG - Theatrh ...
随机推荐
- Cocos 2d TestCPP 学习
Cocos 2d testcpp包含了大量的demo, 对于新手学习cocos引擎具有非常大的帮助.因为接下来的开发项目有可能会用到该引擎,所以希望可以利用自己的业余时间提前熟悉起来.该篇文章会记录自 ...
- dp 单调性优化总结
对于单调性优化其实更多的是观察dp的状态转移式子的单调性 进而用优先队列 单调队列 二分查找什么的找到最优决策 使时间更优. 对于这道题就是单调性优化的很好的例子 首先打一个暴力再说. f[i][j] ...
- 《mongoDB》索引
一:基础操作 创建单列索引 语法: >db.collection.createIndex(keys, options) 语法中 Key 值为你要创建的索引字段,1 为指定按升序创建索引,如果你想 ...
- Android 出现 activity supporting action_view is not set as browsable报错
<activity android:name=".ThirdActivity"> <intent-filter> <action android:na ...
- LeetCode-52.N-Queen II
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens ...
- python-面向对象-01_面向对象(OOP)基本概念
面向对象(OOP)基本概念 面向对象编程 —— Object Oriented Programming 简写 OOP 目标 了解 面向对象 基本概念 01. 面向对象基本概念 我们之前学习的编程方式就 ...
- 20171123初学demo爬去网页资料
一.工具vs2015 +python3.5 import urllib.request import urllib.error import re def getcontent(url,page): ...
- Replication主要配置项
八.Replication主要配置项(配置文件) 1.log_bin:指定binlog文件的名称,同时也表示开启binlog功能,在replication模式下,master上必须开启log_bin, ...
- FTP文件传输
FTP项目作业要求:1.用户加密认证2.允许同时多用户登录3.每个用户有自己的家目录,且只能访问自己的家目录4.对用户进行磁盘配额,每个用户的可用空间不同5.允许用户在ftp server上随意切换目 ...
- 20165236郭金涛 预备作业3 Linux安装及学习
我在Linux安装过程遇到的问题: 1.“不能为虚拟电脑XX打开一个新任务”: 出现这种情况是电脑没有开启blos,解决方法是:开机进入联想界面的时候,直接按F2可以快速进入选择开启blos. Lin ...