1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-22 21:43:13 +00:00
Pixelorama/src/UI/ReferencesPanel.tscn

25 lines
650 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/UI/ReferencesPanel.gd" type="Script" id=1]
[node name="Reference Images" type="VBoxContainer"]
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