25 lines
629 B
Text
25 lines
629 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/Images/ImagePreview.gd" type="Script" id=1]
|
|
|
|
[node name="ImagePreview" type="CenterContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = -824.0
|
|
margin_bottom = -400.0
|
|
mouse_filter = 1
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 200.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 200, 200 )
|
|
size_flags_horizontal = 5
|
|
size_flags_vertical = 5
|
|
expand = true
|
|
stretch_mode = 6
|