mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-07-12 17:42:27 -04:00
Fix bug with hitbox collision check, Improve movement methods, Add default hit sound
This commit is contained in:
parent
8542912775
commit
c5af6c9590
5 changed files with 231 additions and 251 deletions
2
init.lua
2
init.lua
|
@ -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 --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue