Fix bug with hitbox collision check, Improve movement methods, Add default hit sound

This commit is contained in:
ElCeejo 2022-03-25 04:09:01 -07:00
parent 8542912775
commit c5af6c9590
5 changed files with 231 additions and 251 deletions

View file

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