注册会员 登录
Project1 返回首页

汪汪的个人空间 https://rpg.blue/?171386 [收藏] [复制] [分享] [RSS]

日志

分享 【小白】机翻注释mv的 TouchInput
2015-11-6 19:04
//----------------------------------------------------------------------------- /**来自鼠标和触摸屏处理输入数据的静态类 * The static class that handles input data from the mouse and touchscreen. * * @class TouchInput */ function TouchInput() { throw new E ...
个人分类: mv: rpg_core|50 次阅读|0 个评论
分享 【小白】机翻注释mv的 Input
2015-11-6 17:22
//----------------------------------------------------------------------------- /**从键盘和游戏手柄处理输入数据的静态类。 * The static class that handles input data from the keyboard and gamepads. * * @class Input */ function Input() { throw new Error('Th ...
个人分类: mv: rpg_core|51 次阅读|0 个评论
分享 【小白】机翻注释mv的 Graphics
2015-11-6 17:22
//----------------------------------------------------------------------------- /**图形处理的静态类 * The static class that carries out graphics processing. * * @class Graphics */ function Graphics() { throw new Error('This is a static class'); } /**初始 ...
个人分类: mv: rpg_core|53 次阅读|0 个评论
分享 【小白】机翻注释mv的 Rectangle
2015-11-6 16:02
//----------------------------------------------------------------------------- /**长方形的类 * The rectangle class. * @class Rectangle * @constructor * @param {Number} x The x coordinate for the upper-left corner x坐标,左上角 * @param {Number} y The y coordinate for ...
个人分类: mv: rpg_core|49 次阅读|0 个评论
分享 【小白】机翻注释mv的 Bitmap
2015-11-6 16:01
//----------------------------------------------------------------------------- /**描绘图像的基本对象 * The basic object that represents an image. * * @classBitmap * @constructor * @param {Number} width The width of the bitmap * @param {Number} height The ...
个人分类: mv: rpg_core|47 次阅读|0 个评论
分享 【小白】机翻注释mv的 Point
2015-11-6 15:59
//----------------------------------------------------------------------------- /**点的类 * The point class. * * @class Point * @constructor * @param {Number} x The x coordinate * @param {Number} y The y coordinate */ function Point() { ...
个人分类: mv: rpg_core|46 次阅读|0 个评论
分享 【小白】机翻注释mv的 Utils
2015-11-6 15:58
//----------------------------------------------------------------------------- /**静态的类 定义公用程序方法 * The static class that defines utility methods. * * @class Utils */ function Utils() { throw new Error('This is a static class'); } /** RPG Make ...
个人分类: mv: rpg_core|56 次阅读|0 个评论
分享 【小白】机翻注释mv的 JsExtensions
2015-11-6 15:54
//----------------------------------------------------------------------------- /** 这不是一个类,但是包含一些将要添加到标准js中方法 * This is not a class, but contains some methods that will be added to the * standard Javascript objects. * * @class JsExtensions */ fun ...
个人分类: mv: rpg_core|46 次阅读|0 个评论
分享 【小白】机翻注释mv的 Spriteset_Battle
2015-11-4 21:16
//----------------------------------------------------------------------------- // Spriteset_Battle // 战斗精灵组 // The set of sprites on the battle screen. // 在战斗屏幕上 的 精灵组 function Spriteset_Battle() { this.initialize.apply(this, arguments); } Spriteset_Battle.prot ...
个人分类: mv: rpg_sprites|95 次阅读|0 个评论
分享 【小白】机翻注释mv的 Spriteset_Map
2015-11-4 21:11
//----------------------------------------------------------------------------- // Spriteset_Map // 地图精灵组 // The set of sprites on the map screen. // 在地图屏幕 的 精灵 组 function Spriteset_Map() { this.initialize.apply(this, arguments); } Spriteset_Map.prototype = Objec ...
个人分类: mv: rpg_sprites|113 次阅读|0 个评论
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-4-28 19:49

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部