mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-23 05:53:14 +00:00
25 lines
644 B
Text
25 lines
644 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://src/UI/ReferencesPanel.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="References" 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
|