2022-11-08 18:04:41 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
2023-01-05 20:54:22 +05:00
|
|
|
[ext_resource path="res://src/UI/ReferenceImages/ReferencesPanel.gd" type="Script" id=1]
|
2022-11-08 18:04:41 +00:00
|
|
|
|
2022-11-30 01:00:41 +02:00
|
|
|
[node name="Reference Images" type="VBoxContainer"]
|
2022-12-07 21:22:09 +05:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-11-08 18:04:41 +00:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2022-12-07 21:22:09 +05:00
|
|
|
[node name="Header" type="HBoxContainer" parent="."]
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
custom_constants/separation = 0
|
|
|
|
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="Header"]
|
|
|
|
margin_right = 582.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Header"]
|
|
|
|
margin_left = 582.0
|
|
|
|
margin_right = 697.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
theme_type_variation = "Header"
|
|
|
|
text = "Reference Images"
|
|
|
|
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="Header"]
|
|
|
|
margin_left = 697.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2022-11-08 18:04:41 +00:00
|
|
|
[node name="Label" type="Label" parent="."]
|
2022-12-07 21:22:09 +05:00
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 32.0
|
2022-11-08 18:04:41 +00:00
|
|
|
text = "When opening an image, it may be imported as a reference."
|
|
|
|
autowrap = true
|
|
|
|
|
|
|
|
[node name="Scroll" type="ScrollContainer" parent="."]
|
2022-12-07 21:22:09 +05:00
|
|
|
margin_top = 36.0
|
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
2022-11-08 18:04:41 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="List" type="VBoxContainer" parent="Scroll"]
|
2022-12-07 21:22:09 +05:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 684.0
|
2022-11-08 18:04:41 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|