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

Project1

 找回密码
 注册会员
搜索
分享 【小白】机翻注释mv的 Sprite_Damage
汪汪 2015-11-4 20:35
//----------------------------------------------------------------------------- // Sprite_Damage // 伤害精灵 // The sprite for displaying a popup damage. // 显示跃出伤害的精灵 function Sprite_Damage() { this.initialize.apply(this, arguments); } Sprite_Damage.prototype = Object ...
个人分类: mv: rpg_sprites|60 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Animation
汪汪 2015-11-4 20:34
//----------------------------------------------------------------------------- // Sprite_Animation // 动画精灵 // The sprite for displaying an animation. // 一个显示动画的精灵 function Sprite_Animation() { this.initialize.apply(this, arguments); } Sprite_Animation.prototype = ...
个人分类: mv: rpg_sprites|52 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Enemy
汪汪 2015-11-4 20:32
//----------------------------------------------------------------------------- // Sprite_Enemy // 敌人精灵 // The sprite for displaying an enemy. // 显示一个敌人的精灵 function Sprite_Enemy() { this.initialize.apply(this, arguments); } Sprite_Enemy.prototype = Object.create(S ...
个人分类: mv: rpg_sprites|90 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Actor
汪汪 2015-11-4 20:31
//----------------------------------------------------------------------------- // Sprite_Actor // 角色精灵 // The sprite for displaying an actor. // 显示一个角色的精灵 function Sprite_Actor() { this.initialize.apply(this, arguments); } Sprite_Actor.prototype = Object.create(S ...
个人分类: mv: rpg_sprites|54 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Battler
汪汪 2015-11-4 20:29
//----------------------------------------------------------------------------- // Sprite_Battler // 战斗者精灵 // The superclass of Sprite_Actor and Sprite_Enemy. function Sprite_Battler() { this.initialize.apply(this, arguments); } Sprite_Battler.prototype = Object.create(Sp ...
个人分类: mv: rpg_sprites|59 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Character
汪汪 2015-11-4 20:28
//----------------------------------------------------------------------------- // Sprite_Character // 人物精灵 // The sprite for displaying a character. // 显示人物的精灵 function Sprite_Character() { this.initialize.apply(this, arguments); } Sprite_Character.prototype = Obje ...
个人分类: mv: rpg_sprites|130 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Button
汪汪 2015-11-4 20:27
//----------------------------------------------------------------------------- // Sprite_Button // 按钮精灵 // The sprite for displaying a button. // 显示按钮的精灵 function Sprite_Button() { this.initialize.apply(this, arguments); } Sprite_Button.prototype = Object.create(Sp ...
个人分类: mv: rpg_sprites|63 次阅读|0 个评论
分享 【小白】机翻注释mv的 Sprite_Base
汪汪 2015-11-4 20:25
//----------------------------------------------------------------------------- // Sprite_Base // 基础精灵 // The sprite class with a feature which displays animations. // 显示一个动画特征的精灵类 function Sprite_Base() { this.initialize.apply(this, arguments); } Sprite_Base.p ...
个人分类: mv: rpg_sprites|69 次阅读|0 个评论
12
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-5-13 01:55

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部