mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Resolve #36: Get default druid text value from node
This commit is contained in:
@@ -3518,7 +3518,7 @@ nodes {
|
||||
}
|
||||
type: TYPE_TEXT
|
||||
blend_mode: BLEND_MODE_ALPHA
|
||||
text: "Inline:"
|
||||
text: "Simple inline text"
|
||||
font: "game"
|
||||
id: "text_inline"
|
||||
xanchor: XANCHOR_NONE
|
||||
@@ -3581,7 +3581,7 @@ nodes {
|
||||
}
|
||||
type: TYPE_TEXT
|
||||
blend_mode: BLEND_MODE_ALPHA
|
||||
text: "Multiline"
|
||||
text: "Simple multiline text with smth"
|
||||
font: "game"
|
||||
id: "text_multiline"
|
||||
xanchor: XANCHOR_NONE
|
||||
@@ -3699,7 +3699,7 @@ nodes {
|
||||
}
|
||||
type: TYPE_TEXT
|
||||
blend_mode: BLEND_MODE_ALPHA
|
||||
text: "Anchoring:"
|
||||
text: "Anchoring"
|
||||
font: "game"
|
||||
id: "text_anchoring"
|
||||
xanchor: XANCHOR_NONE
|
||||
|
Reference in New Issue
Block a user