原文:

Galv's Roll Credits

----------------------------------------------------------------------------

This plugin uses external text files to control what text is displayed when

calling a "Roll Credits" style scene. This text file contains tags to set

how text blocks will display (eg. scroll or fade in/out).

REQUIRED TAGS:

Text must be placed inside the following tag and you can have multiple of

these tages in the same .txt file to make each block of text display in

a different way.

<block:time,scroll,fadeIn,fadeOut,ypos,align,image>

your text here

</block>

time = amount of time text within tag is displayed before the next tag.

this can be -1 for auto

scroll = how fast the text scrolls. negative for up, positive for down

fadeIn = how fast the tag text fades in (make this 255 to instant appear)

fadeOut = how fast the tag text fades out (255 to instant disappear)

ypos = the starting y position of the block of text on screen. This can

be a pixel value or you can use offtop or offbot to have the text

begind offscreen (so you can scroll it on)

align = left,center or right

image = image name in /img/titles1/ folder to use as background. Leave

this out to use the previous image.

----------------------------------------------------------------------------

SCRIPT CALL

----------------------------------------------------------------------------

Galv.CRED.start("filename"); // filename of .txt file located in the

// folder you chose in the settings

// if no filename specified or if run

// directly using SceneManager.push,

// then it will use "Credits.txt"

----------------------------------------------------------------------------

NOTE: For other scripts, the credit scene is called:

Scene_Credits

----------------------------------------------------------------------------

翻译:

Galv的Roll Credits
-------------------------------------------------- --------------------------
這個插件使用外部文本文件來控制什麼時候顯示文本
稱為“Roll Credits”風格場景。此文本文件包含要設置的標籤
文本塊將如何顯示(例如滾動或淡入/淡出)。

要求的標籤:
文本必須放在下面的標籤中,並且可以有多個
這些文件在相同的.txt文件中顯示每個文本塊
一種不同的方式。

<塊:時間,滾動,淡入,淡出,ypos,對齊,圖像>
    在這輸入文字
    </塊>

時間=標籤內文本的時間量顯示在下一個標籤之前。
          對於自動,這可以是-1
滾動=文本滾動的速度。負面向上,積極向下
fadeIn =標籤文本淡入的速度(使該255瞬間出現)
fadeOut =標籤文本淡出速度有多快(255瞬間消失)
ypos =屏幕上文字塊的起始y位置。這個可以
          是一個像素值,或者您可以使用offtop或offbot來獲取文本
          請求脫屏(所以你可以滾動它)
align = left,center或right
image /圖像名稱在/ img / titles1 /文件夾中用作背景。離開
          這齣來使用以前的圖像。
-------------------------------------------------- --------------------------
 SCRIPT CALL
-------------------------------------------------- --------------------------

Galv.CRED.start(“文件名”); //位於.txt文件中的.txt文件的文件名
                                   //您在設置中選擇的文件夾
                                   //如果沒有指定文件名或運行
                                   //直接使用SceneManager.push,
                                   //然後它將使用“Credits.txt”

-------------------------------------------------- --------------------------
注意:對於其他腳本,信貸場景被稱為:
Scene_Credits
-------------------------------------------------- --------------------------

Rpgmakermv(18)GALV RollCredits的更多相关文章

  1. Web 在线文件管理器学习笔记与总结(17)复制文件 (18)剪切文件

    (17)复制文件 ① 复制文件通过copy($src,$dst) 来实现 ② 检测目标目录是否存在,如果存在则继续检测目标目录中是否存在同名文件,如果不存在则复制成功 file.func.php 中添 ...

  2. Groovy轻松入门——通过与Java的比较,迅速掌握Groovy (更新于2008.10.18)

    摘自: http://www.blogjava.net/BlueSUN/archive/2007/03/10/103014.html Groovy轻松入门--通过与Java的比较,迅速掌握Groovy ...

  3. 构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(18)-权限管理系统-表数据

    原文:构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(18)-权限管理系统-表数据 这一节,我们插入数据来看看数据流,让各位同学,知道这个权限表交互是怎么一个流 ...

  4. Windows Phone开发(18):变形金刚第九季——变换

    原文:Windows Phone开发(18):变形金刚第九季--变换 变换不是一个好理解的概念,不是吓你,它涉及很多有关代数,几何,以及线性代数的知识.怎么?被我的话吓怕了?不用怕,尽管我们未必能够理 ...

  5. 优化数据页面(18)——标注keyword

    优化数据页面(18)--标注keyword 设计要点:优化数据页面.界面设计.美化exce 秀秀:事实上俺认为,相同是数据项,它们的重要程度也不同. 阿金:嗯? 秀秀:每一行数据时描写叙述一条信息的, ...

  6. MySQL 笔记整理(18) --为什么这些SQL语句逻辑相同,性能却差异巨大?

    笔记记录自林晓斌(丁奇)老师的<MySQL实战45讲> (本篇内图片均来自丁奇老师的讲解,如有侵权,请联系我删除) 18) --为什么这些SQL语句逻辑相同,性能却差异巨大? 本篇我们以三 ...

  7. [.net 面向对象程序设计深入](18)实战设计模式——设计模式使用场景及原则

    [.net 面向对象程序设计深入](18)实战设计模式——设计模式使用场景及原则 1,什么是设计模式? 设计模式(Design pattern)是一套被反复使用.多数人知晓的.经过分类编目的.代码设计 ...

  8. Java设计模式(18)策略模式(Strategy模式)

    Strategy是属于设计模式中 对象行为型模式,主要是定义一系列的算法,把这些算法一个个封装成单独的类. Stratrgy应用比较广泛,比如,公司经营业务变化图,可能有两种实现方式,一个是线条曲线, ...

  9. 「转」python数字图像处理(18):高级形态学处理

    python数字图像处理(18):高级形态学处理   形态学处理,除了最基本的膨胀.腐蚀.开/闭运算.黑/白帽处理外,还有一些更高级的运用,如凸包,连通区域标记,删除小块区域等. 1.凸包 凸包是指一 ...

随机推荐

  1. kafka实战读书笔记

    1.katka_2.12-l.0.0.tgz 上面两个文件中的 2.11 /2.12 分别表示编译 Kafka 的 Scala 语言版本,后面的 1.0 .0 是 Kafka的版本 . 2.kafka ...

  2. jquery基础学习之样式篇(一)

    一.安装与使用 官网下载,然后引入 <script src="js/jquery-3.3.1.js"></script>,这是生产版本,开发版本替换成min ...

  3. LeetCode 922 Sort Array By Parity II 解题报告

    题目要求 Given an array A of non-negative integers, half of the integers in A are odd, and half of the i ...

  4. Gson使用技巧

    1. CharMatcher String serviceUrl = CharMatcher.is('/').trimTrailingFrom(ConfigHelper.metaServiceUrl( ...

  5. rm:删除目录和文件

    [root@linux-node- sss]# rm soft.txt //删除文件 rm: remove regular empty file ‘soft.txt’? y [root@linux-n ...

  6. 前端 HTML form表单标签 input标签 type属性 file 上传文件

     加上上传文件功能 input type='file' - 依赖form表单里一个属性 enctype="multipart/form-data" 加上这个属性表示把你上次文件一点 ...

  7. Building an (awesome) API with NancyFX 2.0 + Dapper

    http://blog.nandotech.com/post/2016-10-25-nancyfx-webapi-dapper/?utm_source=tuicool&utm_medium=r ...

  8. VUE设置浏览器icon图标

    一.将[logo.png]格式图片转换为[logo.bmp]格式 ps打开图片- 存储为 BMP格式 保存好的[logo.bmp] 格式的图片重命名为[logo.ico] 二.将[logo.ico]图 ...

  9. 几种Robust方法对比

    1.Mean Absolute Deviation http://mathbits.com/MathBits/TISection/Statistics1/MAD.html 2.Median Absol ...

  10. es7新特性 includes用法

    返回数组是否包含某个元素 var array1 = [1, 2, 3]; console.log(array1.includes(2)); // expected output: true