Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
怎么才可以实现类似lol那样的视野效果,在主角周围是可以看见,离远点就是黑色
简单点的话:给主角加个视线能力,写事件:当其他单位在主角视线中时,设置为显示,否则设置为隐藏; 但LOL那类是动态的视野范围,也就是会被障碍物所阻拦,虽然视线能力也可以设置障碍物,所以纯粹从功能上来说的话还是能做的,但是外在表现不好做(黑雾的形状动态变化的效果不好做)
可以参考下迷宫模板的迷雾效果