mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02: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