1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Devtest: Add bigfoot for footstep sounds

This commit is contained in:
Desour 2022-09-14 18:07:50 +02:00 committed by rubenwardy
parent e139749b5c
commit 7283d2495f
4 changed files with 50 additions and 0 deletions

View file

@ -2,3 +2,4 @@
local path = minetest.get_modpath("soundstuff") .. "/"
dofile(path .. "sound_event_items.lua")
dofile(path .. "jukebox.lua")
dofile(path .. "bigfoot.lua")