soulsaga 发表于 2018-12-24 15:51
事件更改移动速度..
阿璃 发表于 2018-12-24 15:56
可以详细一点嘛?
阿璃 发表于 2018-12-24 16:21
话说之前我改角色移动速度是改的Game_CharacterBase那个脚本页里的real_move_speed /那一项改了以后虽然 ...
class Game_CharacterBase #-------------------------------------------------------------------------- # ● 获取移动速度(判断是否跑步) #-------------------------------------------------------------------------- def real_move_speed @move_speed + (!dash? ? 1 : 0) #默认加速 end end
KB.Driver 发表于 2018-12-25 01:08
class Game_CharacterBase
#----------------------------------------------------------------------- ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |