|
@@ -10,19 +10,23 @@ bg_color = Color( 1, 1, 1, 1 )
|
|
|
[node name="PaintRoot" type="Control"]
|
|
|
margin_right = 40.0
|
|
|
margin_bottom = 40.0
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
|
|
|
[node name="DrawingAreaBG" type="Panel" parent="."]
|
|
|
margin_left = 350.0
|
|
|
margin_right = 1280.0
|
|
|
margin_bottom = 720.0
|
|
|
-custom_styles/panelf = SubResource( 1 )
|
|
|
custom_styles/panel = SubResource( 1 )
|
|
|
-custom_styles/panelnc = SubResource( 1 )
|
|
|
|
|
|
[node name="PaintControl" type="Control" parent="."]
|
|
|
margin_right = 40.0
|
|
|
margin_bottom = 40.0
|
|
|
script = ExtResource( 1 )
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
|
|
|
[node name="TLPos" type="Position2D" parent="PaintControl"]
|
|
|
position = Vector2( 350, 0 )
|
|
@@ -137,7 +141,6 @@ text = "Brush shape: Circle"
|
|
|
align = 1
|
|
|
|
|
|
[node name="ButtonShapeBox" type="Button" parent="ToolsPanel/BrushSettings"]
|
|
|
-editor/display_folded = true
|
|
|
margin_left = 100.0
|
|
|
margin_top = 100.0
|
|
|
margin_right = 160.0
|
|
@@ -151,7 +154,6 @@ region_enabled = true
|
|
|
region_rect = Rect2( 0, 16, 16, 16 )
|
|
|
|
|
|
[node name="ButtonShapeCircle" type="Button" parent="ToolsPanel/BrushSettings"]
|
|
|
-editor/display_folded = true
|
|
|
margin_left = 190.0
|
|
|
margin_top = 100.0
|
|
|
margin_right = 250.0
|