mirror of
https://github.com/Insality/druid
synced 2025-11-28 03:40:52 +01:00
Start rework examples system
This commit is contained in:
@@ -4,7 +4,7 @@ local lang = require("example.lang")
|
||||
|
||||
local function setup_druid()
|
||||
druid.set_sound_function(function(name)
|
||||
sound.play("kenney:/sound#" .. name)
|
||||
sound.play("example:/sound#" .. name)
|
||||
end)
|
||||
|
||||
druid.set_text_function(function(lang_id, ...)
|
||||
|
||||
Reference in New Issue
Block a user