Updated Physics and Vitals, New Pathfinding

This commit is contained in:
ElCeejo 2023-06-09 23:15:07 -07:00
parent 69cd063c43
commit 59602c9d36
8 changed files with 1746 additions and 1136 deletions

View file

@ -3,7 +3,8 @@ creatura = {}
local path = minetest.get_modpath("creatura")
dofile(path.."/api.lua")
dofile(path.."/pathfinder.lua")
dofile(path.."/pathfinding.lua")
dofile(path.."/pathfinder_deprecated.lua")
dofile(path.."/methods.lua")
-- Optional Files --