move_straight(Input.dir4) if Input.dir4 > 0
if Input.press?(:Y)
move_straight(2)
end
if Input.press?(:X)
move_straight(4)
end
if Input.press?(:Z)
move_straight(6)
end
if Input.press?(:R)
move_straight(8)
end
黄亦天 发表于 2019-8-1 12:27
脚本搜 (: 能搜到大部分和按键有关的选项
至于移动方面 则是在全脚本唯一只有一行包含 Input.dir4 这个内 ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |