设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
分享 【小白】机翻注释mv的 PluginManager
汪汪 2015-10-31 09:57
//----------------------------------------------------------------------------- // PluginManager // 插件管理器 // The static class that manages the plugins. // 这个静态的类 管理 插件 function PluginManager() { throw new Error('This is a static class'); } //路径 PluginManager._p ...
个人分类: mv: rpg_managers|54 次阅读|0 个评论
分享 【小白】机翻注释mv的 BattleManager
汪汪 2015-10-31 09:56
//----------------------------------------------------------------------------- // BattleManager // 战斗管理器 // The static class that manages battle progress. // 这个静态的类 管理 战斗进程 function BattleManager() { throw new Error('This is a static class'); } //安装 BattleMa ...
个人分类: mv: rpg_managers|123 次阅读|0 个评论
分享 【小白】机翻注释mv的 SceneManager
汪汪 2015-10-31 09:55
//----------------------------------------------------------------------------- // SceneManager // 场景处理器 // The static class that manages scene transitions. // 这个静态的类 管理 场景转换 function SceneManager() { throw new Error('This is a static class'); } SceneManager._ ...
个人分类: mv: rpg_managers|55 次阅读|0 个评论
分享 【小白】机翻注释mv的 TextManager
汪汪 2015-10-31 09:54
//----------------------------------------------------------------------------- // TextManager // 文本管理器 // The static class that handles terms and messages. // 这个静态的类 操作 术语 和 信息 function TextManager() { throw new Error('This is a static class'); } //基本 TextM ...
个人分类: mv: rpg_managers|68 次阅读|0 个评论
分享 【小白】机翻注释mv的 SoundManager
汪汪 2015-10-31 09:53
//----------------------------------------------------------------------------- // SoundManager // 声音管理器 // The static class that plays sound effects defined in the database. // 这个静态的类 定义 数据库 播放 声音 效果 function SoundManager() { throw new Error('This is a st ...
个人分类: mv: rpg_managers|72 次阅读|0 个评论
分享 【小白】机翻注释mv的 ImageManager
汪汪 2015-10-31 09:52
//----------------------------------------------------------------------------- // ImageManager // 图像管理器 // The static class that loads images, creates bitmap objects and retains them. // 这个静态的类 读取 图像 创造图片对象 和 保存他们 function ImageManager() { throw new E ...
个人分类: mv: rpg_managers|59 次阅读|0 个评论
分享 【小白】机翻注释mv的 ConfigManager
汪汪 2015-10-31 09:50
//----------------------------------------------------------------------------- // ConfigManager // 配置管理器 // The static class that manages the configuration data. //这个静态的类 管理 配置数据 function ConfigManager() { throw new Error('This is a static class'); } //总是奔 ...
个人分类: mv: rpg_managers|88 次阅读|0 个评论
分享 【小白】机翻注释mv的 DataManager
汪汪 2015-10-31 09:49
//----------------------------------------------------------------------------- // DataManager // 数据管理器 // The static class that manages the database and game objects. // 这个静态的类 管理 数据库 和 游戏对象 function DataManager() { throw new Error('This is a static class' ...
个人分类: mv: rpg_managers|127 次阅读|0 个评论
分享 【小白】机翻注释mv的 StorageManager
汪汪 2015-10-30 22:45
//----------------------------------------------------------------------------- // StorageManager // 存储管理器 // The static class that manages storage for saving game data. // 这个静态的类 管理存储 保存游戏数据 function StorageManager() { throw new Error('This is a static cla ...
个人分类: mv: rpg_managers|69 次阅读|0 个评论
分享 【小白】机翻注释mv的 AudioManager
汪汪 2015-10-30 20:09
//----------------------------------------------------------------------------- // AudioManager // 音频管理器 // The static class that handles BGM, BGS, ME and SE. // 这个静态的类 处理 bgm bgs me se function AudioManager() { throw new Error('This is a static class'); } // 音频 ...
个人分类: mv: rpg_managers|57 次阅读|0 个评论
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-4-28 02:56

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部