预加载

Preloader Core
Version 1.10
SumRndmDde

This plugin requires the Game Upgrade plugin:
http://sumrndm.site/game-upgrade/

This plugin allows developers to preload specific audio and images before
running the game through a new pre-title scene.

==============================================================================
Preload Options
==============================================================================

For all of the audio and img folders, you have four options for preloading
files: none, custom, important, all.

none

If a preload is set to "none", no files from that folder will be preloaded.

custom: f1, f2, ...

If set to "custom", specific files can be selected to be preloaded.
Simply input the filenames, no extensions, and separate each with a comma.
For example - custom: Battle1, Battle2, Theme6

important

If set to "important", then files that are deemed "important" will be
preloaded. What's considered "important" is different for each folder. For
example, important BGMs include ones specified in the database, important
Animation Images include all images used in animations, etc.

all

All files within the folder will be preloaded.
This feature can only be used on Node.js supported platforms.

==============================================================================
Plugin Commands
==============================================================================

If you wish to manually preload audio or images in game, the following
Plugin Commands can be used:

PreloadAudio [folder] [name]

Replace "folder" with one of the audio folders, and replace "name" with one of
the file names within that folder.
For example - PreloadAudio bgm Theme6

PreloadImage [folder] [name] [hue]

Replace "folder" with one of the img folders, and replace "name" with one of
the file names within that folder. You can also use the optional "hue"
argument to have the preloaded image preload a specific hue.
For example - PreloadImage titles1 Book 0

==============================================================================
End of Help File
==============================================================================

Welcome to the bottom of the Help file.

Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!

https://www.youtube.com/c/SumRndmDde

Until next time,
~ SumRndmDde

最新文章

  1. linux 目录权限的特殊之处
  2. Java分布式Socket监控项目思考
  3. Cygwin的包管理器:apt-cyg
  4. hdu 2553 N皇后问题 (经典DFS)
  5. digoal -阿里云postgrel大神
  6. 【代码】Android: 怎样设置app不被系统k掉
  7. C++判断一个数字是否为质数
  8. SpringCloud的部署模型
  9. 12集合(1)-----List
  10. Android中的透明度
  11. mysql学习笔记--表操作
  12. 【RPC】跨语言-RPC框架
  13. 机器学习入门-随机森林温度预测-增加样本数据 1.sns.pairplot(画出两个关系的散点图) 2.MAE(平均绝对误差) 3.MAPE(准确率指标)
  14. OC中线程安全的单例
  15. Angular2 表单(一) 用户输入
  16. 洛谷 P2096 最佳旅游线路
  17. undefined reference to '__android_log_print'解决方案
  18. 1、C编程预备计算机知识
  19. 带"签名"的请求接口实现
  20. 关于C语言变量声明在其他语句后的一些细节

热门文章

  1. SQLServer 2014 内存优化表
  2. WPF:通过名字找控件
  3. HDU3072 Intelligence System
  4. Linux bash基础特性一
  5. [LeetCode] Custom Sort String 自定义排序的字符串
  6. [LeetCode] Kth Largest Element in a Stream 数据流中的第K大的元素
  7. checkPathValidity 检查所有agent的corridor的m_path是否有效
  8. 海思编译链编译出现__aeabi_unwind_cpp_pr1重定义怎么回事
  9. 第二次C语言实验
  10. COMP9021 PRINCIPLES OF PROGRAMMING