mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Move bindings to druid, update widgets
This commit is contained in:
@@ -42,6 +42,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_min_fps")
|
||||
container_content:add_container("text_fps")
|
||||
end
|
||||
|
||||
|
||||
@@ -98,4 +101,4 @@ function M:push_fps_value()
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
return M
|
||||
|
Reference in New Issue
Block a user