1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02: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")