class Game_CharacterBase
alias shaz_sidedir_set_direction set_direction
def set_direction(d)
shaz_sidedir_set_direction(d) if [4,6].include?(d)
end
end
이 스크립트를 mv용 js로 컨버트 부탁드립니다.
사용 제작툴 | RMMV |
---|---|
의뢰 부문 | 기능 구현 |
마감일 | 2017-05-04 |
class Game_CharacterBase
alias shaz_sidedir_set_direction set_direction
def set_direction(d)
shaz_sidedir_set_direction(d) if [4,6].include?(d)
end
end
이 스크립트를 mv용 js로 컨버트 부탁드립니다.