Update docs

This commit is contained in:
Insality
2025-04-25 20:53:58 +03:00
parent 6795934a1f
commit ec39242fb1
7 changed files with 16 additions and 16 deletions

View File

@@ -95,6 +95,7 @@ nodes {
z: 16.0
w: 16.0
}
alpha: 0.75
}
nodes {
position {
@@ -121,6 +122,7 @@ nodes {
z: 16.0
w: 16.0
}
alpha: 0.75
}
nodes {
position {
@@ -149,6 +151,7 @@ nodes {
z: 16.0
w: 16.0
}
alpha: 0.75
}
nodes {
position {
@@ -177,6 +180,7 @@ nodes {
z: 16.0
w: 16.0
}
alpha: 0.75
}
nodes {
position {

View File

@@ -4,7 +4,6 @@ local memory_panel = require("druid.widget.memory_panel.memory_panel")
function init(self)
self.druid = druid.new(self)
self.memory_panel = self.druid:new_widget(memory_panel, "memory_panel")
end