2022-11-08 18:04:41 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://src/UI/ReferencesPanel.gd" type="Script" id=1]
|
|
|
|
|
2022-11-30 01:00:41 +02:00
|
|
|
[node name="Reference Images" type="VBoxContainer"]
|
2022-11-08 18:04:41 +00:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
margin_right = 1.0
|
|
|
|
margin_bottom = 1000.0
|
|
|
|
text = "When opening an image, it may be imported as a reference."
|
|
|
|
autowrap = true
|
|
|
|
|
|
|
|
[node name="Scroll" type="ScrollContainer" parent="."]
|
|
|
|
margin_top = 1004.0
|
|
|
|
margin_right = 1.0
|
|
|
|
margin_bottom = 1004.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="List" type="VBoxContainer" parent="Scroll"]
|
|
|
|
margin_right = 1.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|