Update property panels layers

This commit is contained in:
Insality
2025-10-26 22:35:03 +02:00
parent 3e0d898b32
commit f0f90ce9b1
9 changed files with 105 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ nodes {
texture: "druid/empty"
id: "root"
adjust_mode: ADJUST_MODE_STRETCH
layer: "druid"
inherit_alpha: true
visible: false
}
@@ -51,6 +52,7 @@ nodes {
z: 1.0
}
parent: "root"
layer: "druid_text_bold"
inherit_alpha: true
outline_alpha: 0.0
shadow_alpha: 0.0
@@ -88,6 +90,7 @@ nodes {
texture: "druid/rect_round2_width2"
id: "button"
parent: "E_Anchor"
layer: "druid"
inherit_alpha: true
slice9 {
x: 5.0
@@ -106,6 +109,7 @@ nodes {
texture: "druid/ui_circle_16"
id: "icon"
parent: "button"
layer: "druid"
inherit_alpha: true
size_mode: SIZE_MODE_AUTO
}
@@ -128,7 +132,14 @@ nodes {
pivot: PIVOT_S
adjust_mode: ADJUST_MODE_STRETCH
parent: "button"
layer: "druid"
inherit_alpha: true
}
layers {
name: "druid"
}
layers {
name: "druid_text_bold"
}
material: "/builtins/materials/gui.material"
adjust_reference: ADJUST_REFERENCE_PARENT