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

Project1

 找回密码
 注册会员
搜索
分享 【小白】机翻注释mv的 Scene_Shop
汪汪 2015-10-31 18:32
//----------------------------------------------------------------------------- // Scene_Shop // 商店场景 // The scene class of the shop screen. // 处理 商店画面 的 场景类 function Scene_Shop() { this.initialize.apply(this, arguments); } Scene_Shop.prototype = Object.create(Sc ...
个人分类: mv: rpg_scenes|68 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Skill
汪汪 2015-10-31 18:31
//----------------------------------------------------------------------------- // Scene_Skill // 技能场景 // The scene class of the skill screen. // 处理技能画面的类 function Scene_Skill() { this.initialize.apply(this, arguments); } Scene_Skill.prototype = Object.create(Scene ...
个人分类: mv: rpg_scenes|73 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_ItemBase
汪汪 2015-10-31 18:31
//----------------------------------------------------------------------------- // Scene_ItemBase // 物品基础场景 // The superclass of Scene_Item and Scene_Skill. // 物品场景 和 技能场景 的 超级类 function Scene_ItemBase() { this.initialize.apply(this, arguments); } Scene_Item ...
个人分类: mv: rpg_scenes|72 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Menu
汪汪 2015-10-31 18:29
//----------------------------------------------------------------------------- // Scene_Menu // 菜单场景 // The scene class of the menu screen. // 处理 菜单画面 的 场景类 function Scene_Menu() { this.initialize.apply(this, arguments); } Scene_Menu.prototype = Object.create(S ...
个人分类: mv: rpg_scenes|58 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_MenuBase
汪汪 2015-10-31 18:28
//----------------------------------------------------------------------------- // Scene_MenuBase // 菜单基础场景 // The superclass of all the menu-type scenes. // 所有 菜单种类 的 超级类 function Scene_MenuBase() { this.initialize.apply(this, arguments); } Scene_MenuBase.prot ...
个人分类: mv: rpg_scenes|85 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Map
汪汪 2015-10-31 18:28
//----------------------------------------------------------------------------- // Scene_Map // 地图场景 // The scene class of the map screen. // 处理 地图画面 的 场景类 function Scene_Map() { this.initialize.apply(this, arguments); } Scene_Map.prototype = Object.create(Scene_ ...
个人分类: mv: rpg_scenes|77 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Gameover
汪汪 2015-10-31 13:17
//----------------------------------------------------------------------------- // Scene_Gameover // 游戏结束场景 // The scene class of the game over screen. // 处理 游戏结束画面 的 场景类 function Scene_Gameover() { this.initialize.apply(this, arguments); } Scene_Gameover.pro ...
个人分类: mv: rpg_scenes|68 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Name
汪汪 2015-10-31 13:16
//----------------------------------------------------------------------------- // Scene_Name // 名称场景 // The scene class of the name input screen. // 处理 名称输入画面 的 场景类 function Scene_Name() { this.initialize.apply(this, arguments); } Scene_Name.prototype = Object ...
个人分类: mv: rpg_scenes|62 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_GameEnd
汪汪 2015-10-31 13:15
//----------------------------------------------------------------------------- // Scene_GameEnd // 游戏终止场景 // The scene class of the game end screen. // 处理 游戏终止画面 的 场景类 function Scene_GameEnd() { this.initialize.apply(this, arguments); } Scene_GameEnd.prototy ...
个人分类: mv: rpg_scenes|68 次阅读|0 个评论
分享 【小白】机翻注释mv的 Scene_Load
汪汪 2015-10-31 13:14
//----------------------------------------------------------------------------- // Scene_Load // 读取场景 // The scene class of the load screen. // 处理 读取画面 的 场景类 function Scene_Load() { this.initialize.apply(this, arguments); } Scene_Load.prototype = Object.create(Sc ...
个人分类: mv: rpg_scenes|67 次阅读|0 个评论
12下一页
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

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

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部