mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Update docs
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user