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

Project1

 找回密码
 注册会员
搜索
分享 【小白】机翻注释mv的 Scene_Equip
汪汪 2015-10-31 13:09
//----------------------------------------------------------------------------- // Scene_Equip // 装备场景 // The scene class of the equipment screen. // 处理 装备画面 的 场景类 function Scene_Equip() { this.initialize.apply(this, arguments); } //设置原形 Scene_Equip.prototype ...
个人分类: mv: rpg_scenes|67 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Item
汪汪 2015-10-31 13:08
//----------------------------------------------------------------------------- // Scene_Item // 物品场景 // The scene class of the item screen. // 处理 物品画面的类 function Scene_Item() { this.initialize.apply(this, arguments); } Scene_Item.prototype = Object.create(Scene_I ...
个人分类: mv: rpg_scenes|58 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Title
汪汪 2015-10-31 13:07
//----------------------------------------------------------------------------- // Scene_Title // 标题场景 // The scene class of the title screen. // 处理 标题画面 的 场景类 function Scene_Title() { this.initialize.apply(this, arguments); } //设置原形 Scene_Title.prototype = O ...
个人分类: mv: rpg_scenes|54 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Debug
汪汪 2015-10-31 10:11
//----------------------------------------------------------------------------- // Scene_Debug // 调试场景 // The scene class of the debug screen. // 处理 调试画面 的场景 function Scene_Debug() { this.initialize.apply(this, arguments); } //设置原形 Scene_Debug.prototype = Obje ...
个人分类: mv: rpg_scenes|56 次阅读|0 个评论
分享 【小白】机翻注释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|59 次阅读|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|128 次阅读|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|59 次阅读|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|76 次阅读|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|77 次阅读|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|64 次阅读|0 个评论
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-5-21 12:18

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部