Add more scroll examples

This commit is contained in:
Insality
2020-03-19 00:07:55 +03:00
parent 5ef9e6fa65
commit 85e2235bae
9 changed files with 394 additions and 36 deletions

View File

@@ -20,8 +20,6 @@ local settings = require("druid.system.settings")
local M = {}
local log = settings.log
--- Register external druid component.
-- After register you can create the component with
@@ -37,7 +35,7 @@ function M.register(name, module)
return druid_instance.create(self, module, ...)
end
log("Register component", name)
-- print("Register component", name)
end