Add examples to component docs

This commit is contained in:
Insality
2020-02-23 13:00:59 +03:00
parent c2b65eb4e2
commit cb6fd3038a
5 changed files with 25 additions and 2 deletions

View File

@@ -7,6 +7,11 @@
-- to how to do your custom complex components to
-- separate UI game logic to small files
--
-- require("druid.druid")
-- function init(self)
-- self.druid = druid.new(self)
-- end
--
-- @module druid
local const = require("druid.const")