2022-02-28 16:59:30 +00:00
|
|
|
[gd_scene load_steps=47 format=2]
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-01-31 17:01:55 +00:00
|
|
|
[ext_resource path="res://src/UI/Tools.tscn" type="PackedScene" id=1]
|
2020-08-18 13:21:31 +00:00
|
|
|
[ext_resource path="res://src/UI/Canvas/CanvasPreview.tscn" type="PackedScene" id=2]
|
2020-06-04 23:48:38 +00:00
|
|
|
[ext_resource path="res://src/UI/Tabs.gd" type="Script" id=3]
|
2020-08-18 13:21:31 +00:00
|
|
|
[ext_resource path="res://src/UI/Canvas/Rulers/VerticalRuler.gd" type="Script" id=4]
|
2020-06-11 23:27:21 +00:00
|
|
|
[ext_resource path="res://src/UI/TransparentChecker.tscn" type="PackedScene" id=5]
|
2020-08-18 13:21:31 +00:00
|
|
|
[ext_resource path="res://src/UI/Canvas/Rulers/HorizontalRuler.gd" type="Script" id=6]
|
|
|
|
[ext_resource path="res://src/UI/Canvas/CameraMovement.gd" type="Script" id=7]
|
2022-02-11 22:47:26 +00:00
|
|
|
[ext_resource path="res://src/Shaders/Greyscale.gdshader" type="Shader" id=8]
|
2020-11-26 00:05:05 +00:00
|
|
|
[ext_resource path="res://src/Shaders/TransparentChecker.shader" type="Shader" id=9]
|
2022-02-28 16:59:30 +00:00
|
|
|
[ext_resource path="res://src/UI/GlobalToolOptions.tscn" type="PackedScene" id=10]
|
2022-01-29 22:47:25 +00:00
|
|
|
[ext_resource path="res://addons/dockable_container/layout.gd" type="Script" id=14]
|
2020-08-01 21:59:00 +00:00
|
|
|
[ext_resource path="res://src/UI/CanvasPreviewContainer.tscn" type="PackedScene" id=16]
|
2022-01-29 22:47:25 +00:00
|
|
|
[ext_resource path="res://src/UI/ColorPickers.tscn" type="PackedScene" id=17]
|
2020-05-21 17:21:01 +00:00
|
|
|
[ext_resource path="res://src/UI/Timeline/AnimationTimeline.tscn" type="PackedScene" id=18]
|
2020-08-18 13:21:31 +00:00
|
|
|
[ext_resource path="res://src/UI/Canvas/Canvas.tscn" type="PackedScene" id=19]
|
2021-04-16 18:09:03 +00:00
|
|
|
[ext_resource path="res://src/Palette/PalettePanel.tscn" type="PackedScene" id=20]
|
2020-05-21 17:21:01 +00:00
|
|
|
[ext_resource path="res://src/UI/ViewportContainer.gd" type="Script" id=23]
|
2022-01-29 22:47:25 +00:00
|
|
|
[ext_resource path="res://addons/dockable_container/layout_split.gd" type="Script" id=27]
|
|
|
|
[ext_resource path="res://addons/dockable_container/dockable_container.gd" type="Script" id=35]
|
|
|
|
[ext_resource path="res://addons/dockable_container/layout_panel.gd" type="Script" id=36]
|
2022-01-31 00:18:04 +00:00
|
|
|
[ext_resource path="res://src/UI/UI.gd" type="Script" id=37]
|
|
|
|
[ext_resource path="res://src/Shaders/UITransparency.gdshader" type="Shader" id=38]
|
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id=26]
|
|
|
|
shader = ExtResource( 38 )
|
|
|
|
shader_param/alpha = 0.0
|
|
|
|
shader_param/screen_resolution = Vector2( 1280, 720 )
|
|
|
|
shader_param/position = Vector2( 100, 100 )
|
|
|
|
shader_param/size = Vector2( 100, 100 )
|
2022-01-29 22:47:25 +00:00
|
|
|
|
|
|
|
[sub_resource type="Resource" id=1]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Tools" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=8]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Main Canvas" )
|
|
|
|
current_tab = 0
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[sub_resource type="Resource" id=28]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Second Canvas" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=29]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 0
|
|
|
|
percent = 0.980952
|
|
|
|
first = SubResource( 8 )
|
|
|
|
second = SubResource( 28 )
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[sub_resource type="Resource" id=9]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Animation Timeline" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=10]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 1
|
|
|
|
percent = 0.90625
|
2022-02-14 23:42:20 +00:00
|
|
|
first = SubResource( 29 )
|
2022-01-29 22:47:25 +00:00
|
|
|
second = SubResource( 9 )
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=11]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Canvas Preview" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=20]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Color Pickers" )
|
|
|
|
current_tab = 0
|
|
|
|
|
2022-02-28 16:59:30 +00:00
|
|
|
[sub_resource type="Resource" id=30]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Global Tool Options" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=31]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 1
|
|
|
|
percent = 0.5
|
|
|
|
first = SubResource( 20 )
|
|
|
|
second = SubResource( 30 )
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[sub_resource type="Resource" id=21]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 1
|
|
|
|
percent = 0.911765
|
|
|
|
first = SubResource( 11 )
|
2022-02-28 16:59:30 +00:00
|
|
|
second = SubResource( 31 )
|
2022-01-29 22:47:25 +00:00
|
|
|
|
|
|
|
[sub_resource type="Resource" id=22]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Left Tool Options" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=23]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Right Tool Options" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=24]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 0
|
|
|
|
percent = 0.5
|
|
|
|
first = SubResource( 22 )
|
|
|
|
second = SubResource( 23 )
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=13]
|
|
|
|
resource_name = "Tabs"
|
|
|
|
script = ExtResource( 36 )
|
|
|
|
names = PoolStringArray( "Palette Panel" )
|
|
|
|
current_tab = 0
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=14]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 1
|
|
|
|
percent = 0.754808
|
|
|
|
first = SubResource( 24 )
|
|
|
|
second = SubResource( 13 )
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=15]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 1
|
|
|
|
percent = 0.332031
|
|
|
|
first = SubResource( 21 )
|
|
|
|
second = SubResource( 14 )
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=16]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 0
|
|
|
|
percent = 0.962785
|
|
|
|
first = SubResource( 10 )
|
|
|
|
second = SubResource( 15 )
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id=5]
|
|
|
|
resource_name = "Split"
|
|
|
|
script = ExtResource( 27 )
|
|
|
|
direction = 0
|
2022-02-28 16:59:30 +00:00
|
|
|
percent = 0.0
|
2022-01-29 22:47:25 +00:00
|
|
|
first = SubResource( 1 )
|
|
|
|
second = SubResource( 16 )
|
|
|
|
|
2022-02-28 16:59:30 +00:00
|
|
|
[sub_resource type="Resource" id=32]
|
2022-01-29 22:47:25 +00:00
|
|
|
resource_name = "Layout"
|
|
|
|
script = ExtResource( 14 )
|
|
|
|
root = SubResource( 5 )
|
|
|
|
hidden_tabs = {
|
2022-02-14 23:42:20 +00:00
|
|
|
"Second Canvas": true
|
2022-01-29 22:47:25 +00:00
|
|
|
}
|
2021-08-16 23:56:19 +00:00
|
|
|
|
2021-08-18 17:13:56 +00:00
|
|
|
[sub_resource type="ShaderMaterial" id=2]
|
2020-11-26 00:05:05 +00:00
|
|
|
shader = ExtResource( 9 )
|
|
|
|
shader_param/size = 10.0
|
2021-03-30 17:07:13 +00:00
|
|
|
shader_param/alpha = 1.0
|
2020-11-26 00:05:05 +00:00
|
|
|
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
|
|
|
shader_param/color2 = Color( 1, 1, 1, 1 )
|
|
|
|
shader_param/offset = Vector2( 0, 0 )
|
|
|
|
shader_param/scale = Vector2( 0, 0 )
|
|
|
|
shader_param/rect_size = Vector2( 0, 0 )
|
|
|
|
shader_param/follow_movement = false
|
|
|
|
shader_param/follow_scale = false
|
|
|
|
|
2022-02-11 22:47:26 +00:00
|
|
|
[sub_resource type="ShaderMaterial" id=27]
|
|
|
|
shader = ExtResource( 8 )
|
|
|
|
|
2021-08-18 17:13:56 +00:00
|
|
|
[sub_resource type="ShaderMaterial" id=3]
|
2020-11-26 00:05:05 +00:00
|
|
|
shader = ExtResource( 9 )
|
|
|
|
shader_param/size = 10.0
|
2021-03-30 17:07:13 +00:00
|
|
|
shader_param/alpha = 1.0
|
2020-11-26 00:05:05 +00:00
|
|
|
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
|
|
|
shader_param/color2 = Color( 1, 1, 1, 1 )
|
|
|
|
shader_param/offset = Vector2( 0, 0 )
|
|
|
|
shader_param/scale = Vector2( 0, 0 )
|
|
|
|
shader_param/rect_size = Vector2( 0, 0 )
|
|
|
|
shader_param/follow_movement = false
|
|
|
|
shader_param/follow_scale = false
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="UI" type="Panel"]
|
2022-01-31 00:18:04 +00:00
|
|
|
material = SubResource( 26 )
|
2022-01-29 22:47:25 +00:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-05-12 22:15:11 +00:00
|
|
|
size_flags_horizontal = 3
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_vertical = 3
|
2022-01-31 00:18:04 +00:00
|
|
|
script = ExtResource( 37 )
|
2021-08-16 23:56:19 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="DockableContainer" type="Container" parent="."]
|
2021-08-16 23:56:19 +00:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-01-29 22:47:25 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 35 )
|
|
|
|
tabs_visible = false
|
2022-02-28 16:59:30 +00:00
|
|
|
layout = SubResource( 32 )
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-01-31 17:01:55 +00:00
|
|
|
[node name="Tools" parent="DockableContainer" instance=ExtResource( 1 )]
|
2022-01-31 22:54:33 +00:00
|
|
|
margin_left = 4.0
|
|
|
|
margin_top = 8.0
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = -1240.0
|
2022-01-31 22:54:33 +00:00
|
|
|
margin_bottom = -4.0
|
2021-03-30 17:07:13 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="Main Canvas" type="VBoxContainer" parent="DockableContainer"]
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_left = 60.0
|
2022-01-29 22:47:25 +00:00
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 938.0
|
|
|
|
margin_bottom = 532.0
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2020-06-04 23:48:38 +00:00
|
|
|
custom_constants/separation = 0
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="TabsContainer" type="PanelContainer" parent="DockableContainer/Main Canvas"]
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = 878.0
|
2020-06-04 23:48:38 +00:00
|
|
|
margin_bottom = 38.0
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="Tabs" type="Tabs" parent="DockableContainer/Main Canvas/TabsContainer"]
|
2020-06-04 23:48:38 +00:00
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = 871.0
|
2020-06-04 23:48:38 +00:00
|
|
|
margin_bottom = 31.0
|
|
|
|
tab_align = 0
|
2021-09-01 15:07:36 +00:00
|
|
|
tab_close_display_policy = 2
|
2020-06-04 23:48:38 +00:00
|
|
|
drag_to_rearrange_enabled = true
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="HorizontalRuler" type="Button" parent="DockableContainer/Main Canvas"]
|
2020-06-04 23:48:38 +00:00
|
|
|
margin_top = 38.0
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = 878.0
|
2020-08-13 21:22:49 +00:00
|
|
|
margin_bottom = 58.0
|
2020-05-21 17:21:01 +00:00
|
|
|
rect_min_size = Vector2( 0, 16 )
|
|
|
|
focus_mode = 0
|
|
|
|
mouse_default_cursor_shape = 14
|
|
|
|
action_mode = 0
|
|
|
|
script = ExtResource( 6 )
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="ViewportandVerticalRuler" type="HBoxContainer" parent="DockableContainer/Main Canvas"]
|
2020-08-13 21:22:49 +00:00
|
|
|
margin_top = 58.0
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = 878.0
|
2022-01-29 22:47:25 +00:00
|
|
|
margin_bottom = 524.0
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
custom_constants/separation = 0
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="VerticalRuler" type="Button" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler"]
|
2020-05-21 17:21:01 +00:00
|
|
|
margin_right = 16.0
|
2022-01-29 22:47:25 +00:00
|
|
|
margin_bottom = 466.0
|
2020-05-21 17:21:01 +00:00
|
|
|
rect_min_size = Vector2( 16, 0 )
|
|
|
|
focus_mode = 0
|
|
|
|
mouse_default_cursor_shape = 15
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
action_mode = 0
|
|
|
|
script = ExtResource( 4 )
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="ViewportContainer" type="ViewportContainer" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler"]
|
2020-05-21 17:21:01 +00:00
|
|
|
margin_left = 16.0
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_right = 878.0
|
2022-01-29 22:47:25 +00:00
|
|
|
margin_bottom = 466.0
|
2020-05-21 17:21:01 +00:00
|
|
|
focus_mode = 2
|
2020-06-13 15:09:46 +00:00
|
|
|
mouse_default_cursor_shape = 3
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
stretch = true
|
|
|
|
script = ExtResource( 23 )
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Viewport" type="Viewport" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer"]
|
|
|
|
size = Vector2( 862, 466 )
|
2020-05-21 17:21:01 +00:00
|
|
|
handle_input_locally = false
|
|
|
|
usage = 0
|
|
|
|
render_target_update_mode = 3
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="TransparentChecker" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer/Viewport" instance=ExtResource( 5 )]
|
2021-08-18 17:13:56 +00:00
|
|
|
material = SubResource( 2 )
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Canvas" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer/Viewport" instance=ExtResource( 19 )]
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Camera2D" type="Camera2D" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer/Viewport"]
|
2020-05-21 17:21:01 +00:00
|
|
|
current = true
|
|
|
|
zoom = Vector2( 0.15, 0.15 )
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer/Viewport"]
|
2022-02-11 22:47:26 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="GreyscaleVision" type="ColorRect" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer/Viewport/CanvasLayer"]
|
2022-02-11 22:47:26 +00:00
|
|
|
material = SubResource( 27 )
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
mouse_filter = 2
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Second Canvas" type="ViewportContainer" parent="DockableContainer"]
|
|
|
|
visible = false
|
|
|
|
margin_left = 1274.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 1276.0
|
|
|
|
margin_bottom = 350.0
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
stretch = true
|
|
|
|
script = ExtResource( 23 )
|
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Viewport" type="Viewport" parent="DockableContainer/Second Canvas"]
|
|
|
|
size = Vector2( 2, 342 )
|
2020-05-21 17:21:01 +00:00
|
|
|
handle_input_locally = false
|
2022-02-14 23:42:20 +00:00
|
|
|
render_target_update_mode = 0
|
2020-06-11 23:27:21 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="TransparentChecker" parent="DockableContainer/Second Canvas/Viewport" instance=ExtResource( 5 )]
|
2021-08-18 17:13:56 +00:00
|
|
|
material = SubResource( 3 )
|
2020-06-11 23:27:21 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="CanvasPreview" parent="DockableContainer/Second Canvas/Viewport" instance=ExtResource( 2 )]
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-02-14 23:42:20 +00:00
|
|
|
[node name="Camera2D2" type="Camera2D" parent="DockableContainer/Second Canvas/Viewport"]
|
2020-05-21 17:21:01 +00:00
|
|
|
current = true
|
|
|
|
zoom = Vector2( 0.15, 0.15 )
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="Animation Timeline" parent="DockableContainer" instance=ExtResource( 18 )]
|
2022-02-14 23:42:20 +00:00
|
|
|
margin_left = 60.0
|
2022-01-29 22:47:25 +00:00
|
|
|
margin_top = 556.0
|
|
|
|
margin_right = 938.0
|
|
|
|
margin_bottom = 716.0
|
|
|
|
|
|
|
|
[node name="Canvas Preview" parent="DockableContainer" instance=ExtResource( 16 )]
|
|
|
|
margin_left = 958.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 1276.0
|
2022-02-28 16:59:30 +00:00
|
|
|
margin_bottom = 99.0623
|
2022-01-29 22:47:25 +00:00
|
|
|
|
|
|
|
[node name="Color Pickers" parent="DockableContainer" instance=ExtResource( 17 )]
|
2022-02-28 16:59:30 +00:00
|
|
|
margin_top = 123.062
|
|
|
|
margin_bottom = 169.062
|
|
|
|
|
|
|
|
[node name="Global Tool Options" parent="DockableContainer" instance=ExtResource( 10 )]
|
|
|
|
margin_top = 193.062
|
|
|
|
margin_bottom = 229.062
|
2022-01-29 22:47:25 +00:00
|
|
|
|
|
|
|
[node name="Left Tool Options" type="ScrollContainer" parent="DockableContainer"]
|
|
|
|
margin_left = 958.0
|
|
|
|
margin_top = 253.062
|
|
|
|
margin_right = 1107.0
|
|
|
|
margin_bottom = 574.0
|
2020-05-21 17:21:01 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="LeftPanelContainer" type="PanelContainer" parent="DockableContainer/Left Tool Options"]
|
|
|
|
margin_right = 149.0
|
|
|
|
margin_bottom = 320.938
|
|
|
|
rect_min_size = Vector2( 130, 0 )
|
2021-03-06 13:59:26 +00:00
|
|
|
size_flags_horizontal = 3
|
2020-05-21 17:21:01 +00:00
|
|
|
size_flags_vertical = 3
|
2021-11-25 12:48:30 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="Right Tool Options" type="ScrollContainer" parent="DockableContainer"]
|
|
|
|
margin_left = 1127.0
|
|
|
|
margin_top = 253.062
|
|
|
|
margin_right = 1276.0
|
|
|
|
margin_bottom = 574.0
|
2021-11-25 12:48:30 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="RightPanelContainer" type="PanelContainer" parent="DockableContainer/Right Tool Options"]
|
|
|
|
margin_right = 149.0
|
|
|
|
margin_bottom = 320.938
|
|
|
|
rect_min_size = Vector2( 130, 0 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2020-05-21 17:21:01 +00:00
|
|
|
|
2022-01-29 22:47:25 +00:00
|
|
|
[node name="Palette Panel" parent="DockableContainer" instance=ExtResource( 20 )]
|
|
|
|
margin_left = 958.0
|
|
|
|
margin_top = 598.0
|
|
|
|
margin_right = 1276.0
|
|
|
|
margin_bottom = 716.0
|
|
|
|
|
2022-01-31 00:18:04 +00:00
|
|
|
[connection signal="item_rect_changed" from="DockableContainer/Main Canvas" to="." method="_on_main_canvas_item_rect_changed"]
|
|
|
|
[connection signal="visibility_changed" from="DockableContainer/Main Canvas" to="." method="_on_main_canvas_visibility_changed"]
|
2022-01-29 22:47:25 +00:00
|
|
|
[connection signal="reposition_active_tab_request" from="DockableContainer/Main Canvas/TabsContainer/Tabs" to="DockableContainer/Main Canvas/TabsContainer/Tabs" method="_on_Tabs_reposition_active_tab_request"]
|
|
|
|
[connection signal="tab_changed" from="DockableContainer/Main Canvas/TabsContainer/Tabs" to="DockableContainer/Main Canvas/TabsContainer/Tabs" method="_on_Tabs_tab_changed"]
|
|
|
|
[connection signal="tab_close" from="DockableContainer/Main Canvas/TabsContainer/Tabs" to="DockableContainer/Main Canvas/TabsContainer/Tabs" method="_on_Tabs_tab_close"]
|
|
|
|
[connection signal="mouse_entered" from="DockableContainer/Main Canvas/HorizontalRuler" to="DockableContainer/Main Canvas/HorizontalRuler" method="_on_HorizontalRuler_mouse_entered"]
|
|
|
|
[connection signal="pressed" from="DockableContainer/Main Canvas/HorizontalRuler" to="DockableContainer/Main Canvas/HorizontalRuler" method="_on_HorizontalRuler_pressed"]
|
2022-02-14 23:42:20 +00:00
|
|
|
[connection signal="pressed" from="DockableContainer/Main Canvas/ViewportandVerticalRuler/VerticalRuler" to="DockableContainer/Main Canvas/ViewportandVerticalRuler/VerticalRuler" method="_on_VerticalRuler_pressed"]
|
|
|
|
[connection signal="mouse_entered" from="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer" to="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer" method="_on_ViewportContainer_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer" to="DockableContainer/Main Canvas/ViewportandVerticalRuler/ViewportContainer" method="_on_ViewportContainer_mouse_exited"]
|
|
|
|
[connection signal="mouse_entered" from="DockableContainer/Second Canvas" to="DockableContainer/Second Canvas" method="_on_ViewportContainer_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="DockableContainer/Second Canvas" to="DockableContainer/Second Canvas" method="_on_ViewportContainer_mouse_exited"]
|