mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update
This commit is contained in:
@@ -33,6 +33,24 @@ nodes {
|
||||
inherit_alpha: true
|
||||
template: "/example/examples/widgets/hover_hint/hover_hint.gui"
|
||||
}
|
||||
nodes {
|
||||
type: TYPE_BOX
|
||||
id: "hover_hint/root"
|
||||
parent: "hover_hint"
|
||||
template_node_child: true
|
||||
}
|
||||
nodes {
|
||||
type: TYPE_BOX
|
||||
id: "hover_hint/panel_hint"
|
||||
parent: "hover_hint/root"
|
||||
template_node_child: true
|
||||
}
|
||||
nodes {
|
||||
type: TYPE_TEXT
|
||||
id: "hover_hint/text_hint"
|
||||
parent: "hover_hint/panel_hint"
|
||||
template_node_child: true
|
||||
}
|
||||
nodes {
|
||||
position {
|
||||
y: 100.0
|
||||
|
Reference in New Issue
Block a user