This commit is contained in:
Insality
2024-11-30 15:04:05 +02:00
parent cb36625836
commit e59a2b0bcb
5 changed files with 12 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ textures {
nodes {
size {
x: 200.0
y: 100.0
y: 140.0
}
type: TYPE_BOX
id: "root"

View File

@@ -37,6 +37,9 @@ function M:init()
self.timer_id = timer.delay(self.delta_time, true, function()
self:push_next_value()
end)
self.container = self.druid:new_container(self.root)
self.container:add_container(self.mini_graph.container)
end