This commit is contained in:
Insality
2025-03-05 22:10:37 +02:00
parent 46223f0bb8
commit 72692f5efc
5 changed files with 13 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ local mini_graph = require("druid.widget.mini_graph.mini_graph")
---@field root node
local M = {}
function M:init()
self.root = self:get_node("root")
self.delta_time = 0.1