Project1
标题:
关于区域与通行
[打印本页]
作者:
刹那铃音
时间:
2017-11-14 20:16
标题:
关于区域与通行
本帖最后由 刹那铃音 于 2017-11-14 21:47 编辑
既然有63号区域禁止通行,那么是否可以有62号区域允许通行呢?61号区域树下效果?
class Game_CharacterBase
alias collide_with_characters_without_region? collide_with_characters?
def collide_with_characters?(x, y)
collide_with_characters_without_region?(x, y) ||
$game_map.region_id(x, y) == 63
end
end
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1