[gd_scene load_steps=2 format=3 uid="uid://c5x85ysdouh4t"] [ext_resource type="Script" path="res://src/UI/Buttons/BrushesPopup.gd" id="1"] [node name="BrushesPopup" type="Popup"] canvas_item_default_texture_filter = 0 script = ExtResource("1") [node name="Background" type="PanelContainer" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 [node name="Brushes" type="ScrollContainer" parent="Background"] custom_minimum_size = Vector2(0, 36) layout_mode = 2 size_flags_horizontal = 3 [node name="Categories" type="VBoxContainer" parent="Background/Brushes"] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="Label" type="Label" parent="Background/Brushes/Categories"] layout_mode = 2 text = "Default Brushes" [node name="HSeparator" type="HSeparator" parent="Background/Brushes/Categories/Label"] layout_mode = 0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -4.0 [node name="DefaultBrushContainer" type="GridContainer" parent="Background/Brushes/Categories"] layout_mode = 2 [node name="ProjectLabel" type="Label" parent="Background/Brushes/Categories"] visible = false layout_mode = 2 text = "Project Brushes" [node name="HSeparator" type="HSeparator" parent="Background/Brushes/Categories/ProjectLabel"] layout_mode = 0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -4.0 [node name="ProjectBrushContainer" type="GridContainer" parent="Background/Brushes/Categories"] layout_mode = 2 [node name="FileLabel" type="Label" parent="Background/Brushes/Categories"] layout_mode = 2 text = "File Brushes" [node name="HSeparator" type="HSeparator" parent="Background/Brushes/Categories/FileLabel"] layout_mode = 0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -4.0 [node name="FileBrushContainer" type="GridContainer" parent="Background/Brushes/Categories"] layout_mode = 2 [node name="RandomFileLabel" type="Label" parent="Background/Brushes/Categories"] layout_mode = 2 text = "Random File Brushes" [node name="HSeparator" type="HSeparator" parent="Background/Brushes/Categories/RandomFileLabel"] layout_mode = 0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -4.0 [node name="RandomFileBrushContainer" type="GridContainer" parent="Background/Brushes/Categories"] layout_mode = 2