mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Move bindings to druid, update widgets
This commit is contained in:
@@ -40,6 +40,9 @@ function M:init()
|
||||
|
||||
self.container = self.druid:new_container(self.root)
|
||||
self.container:add_container(self.mini_graph.container)
|
||||
local container_content = self.container:add_container("content")
|
||||
container_content:add_container("text_max_value")
|
||||
container_content:add_container("text_per_second")
|
||||
end
|
||||
|
||||
|
||||
@@ -93,4 +96,4 @@ function M:update_text_memory()
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
return M
|
||||
|
Reference in New Issue
Block a user