mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Add examples to component docs
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user