mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Widgets WIP
This commit is contained in:
@@ -14,14 +14,13 @@ nodes {
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
id: "root"
|
||||
pivot: PIVOT_NW
|
||||
adjust_mode: ADJUST_MODE_STRETCH
|
||||
inherit_alpha: true
|
||||
visible: false
|
||||
}
|
||||
nodes {
|
||||
position {
|
||||
y: -20.0
|
||||
x: -200.0
|
||||
}
|
||||
scale {
|
||||
x: 0.65
|
||||
@@ -58,8 +57,7 @@ nodes {
|
||||
}
|
||||
nodes {
|
||||
position {
|
||||
x: 267.0
|
||||
y: -20.0
|
||||
x: 200.0
|
||||
}
|
||||
size {
|
||||
x: 226.0
|
||||
@@ -73,6 +71,7 @@ nodes {
|
||||
type: TYPE_BOX
|
||||
texture: "druid/rect_round2_width2"
|
||||
id: "button"
|
||||
pivot: PIVOT_E
|
||||
parent: "root"
|
||||
inherit_alpha: true
|
||||
slice9 {
|
||||
@@ -84,6 +83,7 @@ nodes {
|
||||
}
|
||||
nodes {
|
||||
position {
|
||||
x: -113.0
|
||||
y: -20.0
|
||||
}
|
||||
size {
|
||||
@@ -104,6 +104,9 @@ nodes {
|
||||
inherit_alpha: true
|
||||
}
|
||||
nodes {
|
||||
position {
|
||||
x: -113.0
|
||||
}
|
||||
scale {
|
||||
x: 0.65
|
||||
y: 0.65
|
||||
|
Reference in New Issue
Block a user