Skip to content
Snippets Groups Projects
Commit abd1d368 authored by dg's avatar dg
Browse files

Change the default FOV algorithm for ToME and TE4 to be fully symmetric


git-svn-id: http://svn.net-core.org/repos/t-engine4@6078 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9bb0dc78
No related branches found
No related tags found
No related merge requests found
......@@ -611,8 +611,10 @@ function _M:instanciate(mod, name, new_game, no_reboot)
core.game.setRealtime(0)
-- FOV Shape
core.fov.set_vision_shape("circle")
core.fov.set_algorithm("large_ass")
core.fov.set_permissiveness("square")
core.fov.set_actor_vision_size(1)
core.fov.set_vision_shape("circle")
-- Init the module directories
fs.mount(engine.homepath, "/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment