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

Project1

 找回密码
 注册会员
搜索
查看: 2418|回复: 3
打印 上一主题 下一主题

[已经过期] 求助一个关于鼠标冲刺的问题

[复制链接]

Lv3.寻梦者

梦石
0
星屑
1239
在线时间
898 小时
注册时间
2014-12-4
帖子
379
1
发表于 2016-10-27 09:38:21 | 显示全部楼层
本帖最后由 翻滚牛宝宝 于 2016-10-27 09:42 编辑
  1. Game_Player.prototype.updateDashing = function() {
  2.     if (this.isMoving()) {
  3.         return;
  4.     }
  5.     if (this.canMove() && !this.isInVehicle() && !$gameMap.isDashDisabled()) {
  6.         this._dashing = this.isDashButtonPressed() //|| $gameTemp.isDestinationValid();
  7.     } else {
  8.         this._dashing = false;
  9.     }
  10. };
复制代码

把Game_Player.prototype.updateDashing  第6行后面|| $gameTemp.isDestinationValid(); 那个注释掉或者删掉就好了(上面已经注释)
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-5-15 15:01

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表