原文:

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. Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases

    INTRODUCTION   In modern distributed cloud services, resilience and scalability are increasingly ach ...

  2. ORACLE之PACKAGE-包、存储过程、函数

    1,简单的包. 创建包规范: create or replace package pack_test1 is -- 定义过程1 procedure p_test1(p_1 in varchar2); ...

  3. 天使玩偶:CDQ分治

    这道好(du)题(liu)还是很不错的 挺锻炼代码能力和不断优化 卡常的能力的. 对于 每次询问 我都可以将其分出方向 然后 写 也就是针对于4个方向 左下 左上 右下 右上 这样的话 就成功转换了问 ...

  4. 转:eclipse maven build、maven install 等区别

    原文地址:eclipse maven build.maven install 等区别

  5. LeetCode 349 Intersection of Two Arrays 解题报告

    题目要求 Given two arrays, write a function to compute their intersection. 题目分析及思路 给定两个数组,要求得到它们之中共同拥有的元 ...

  6. LeetCode 485 Max Consecutive Ones 解题报告

    题目要求 Given a binary array, find the maximum number of consecutive 1s in this array. 题目分析及思路 给定一个01数组 ...

  7. Flask需要登录权限的装饰器写法

    def wapper(func): def inner(*args,**kwargs): if not request.cookies.get("username"): retur ...

  8. 什么是cookie?cookie的使用(设置,读取,删除)

    1.什么是cookie?     页面用来保存信息            比如:自动登录,记住用户名     cookie的特性           同一个网站所有页面共用一套cookie       ...

  9. kubernetes的Kubelet

    1. kubelet简介 在kubernetes集群中,每个Node节点都会启动kubelet进程,用来处理Master节点下发到本节点的任务,管理Pod和其中的容器.kubelet会在API Ser ...

  10. 洛谷P4064 加法 [JXOI2017] 贪心

    正解:贪心 解题报告: 传送门! 首先最小值最大显然考虑二分?然后就二分一个值mid,从左往右考虑,对于小于等于mid的点显然可以求出这个点至少要加几次,然后找到覆盖这个点的右端点max的区间区间加上 ...