fonts { name: "text_regular" font: "/example/assets/fonts/text_regular.font" } textures { name: "druid_example" texture: "/example/assets/druid_example.atlas" } nodes { size { x: 440.0 y: 350.0 } color { x: 0.173 y: 0.184 z: 0.204 } type: TYPE_BOX texture: "druid_example/pixel" id: "root" adjust_mode: ADJUST_MODE_STRETCH layer: "druid" inherit_alpha: true } nodes { position { x: -210.0 y: 165.0 } scale { x: 0.9 y: 0.9 } size { x: 245.0 y: 50.0 } color { x: 0.463 y: 0.475 z: 0.49 } type: TYPE_TEXT text: "Properties" font: "text_regular" id: "text_header" pivot: PIVOT_NW outline { x: 1.0 y: 1.0 z: 1.0 } shadow { x: 1.0 y: 1.0 z: 1.0 } parent: "root" layer: "text_regular" inherit_alpha: true outline_alpha: 0.0 shadow_alpha: 0.0 } nodes { position { x: -200.0 y: 115.0 } size { x: 400.0 y: 290.0 } type: TYPE_BOX texture: "druid_example/empty" id: "scroll_view" xanchor: XANCHOR_LEFT pivot: PIVOT_NW adjust_mode: ADJUST_MODE_STRETCH parent: "root" layer: "druid" inherit_alpha: true clipping_mode: CLIPPING_MODE_STENCIL } nodes { size { x: 400.0 y: 290.0 } type: TYPE_BOX texture: "druid_example/empty" id: "scroll_content" pivot: PIVOT_NW adjust_mode: ADJUST_MODE_STRETCH parent: "scroll_view" layer: "druid" inherit_alpha: true visible: false } nodes { position { y: -35.0 } size { x: 400.0 y: 50.0 } type: TYPE_BOX id: "item_size" pivot: PIVOT_NW parent: "scroll_content" inherit_alpha: true visible: false } nodes { position { y: 175.0 } size { x: 440.0 y: 4.0 } color { x: 0.129 y: 0.141 z: 0.157 } type: TYPE_BOX texture: "druid_example/pixel" id: "separator" pivot: PIVOT_N parent: "root" layer: "druid" inherit_alpha: true } nodes { position { x: -200.0 y: 100.0 } type: TYPE_BOX texture: "druid_example/empty" id: "propeties" parent: "root" inherit_alpha: true size_mode: SIZE_MODE_AUTO visible: false } nodes { type: TYPE_TEMPLATE id: "property_slider" parent: "propeties" inherit_alpha: true template: "/example/components/properties_panel/properties/property_slider.gui" } nodes { position { y: -50.0 } type: TYPE_TEMPLATE id: "property_checkbox" parent: "propeties" inherit_alpha: true template: "/example/components/properties_panel/properties/property_checkbox.gui" } nodes { position { y: -100.0 } type: TYPE_TEMPLATE id: "property_button" parent: "propeties" inherit_alpha: true template: "/example/components/properties_panel/properties/property_button.gui" } nodes { position { x: -200.0 y: 115.0 } scale { x: 0.7 y: 0.7 } size { x: 570.0 y: 50.0 } color { x: 0.31 y: 0.318 z: 0.322 } type: TYPE_TEXT text: "No properties for this example" font: "text_regular" id: "text_no_properties" pivot: PIVOT_NW outline { x: 1.0 y: 1.0 z: 1.0 } shadow { x: 1.0 y: 1.0 z: 1.0 } parent: "root" layer: "text_regular" inherit_alpha: true outline_alpha: 0.0 shadow_alpha: 0.0 } layers { name: "druid" } layers { name: "text_regular" } material: "/builtins/materials/gui.material" adjust_reference: ADJUST_REFERENCE_PARENT