You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
744 B
30 lines
744 B
[gd_scene load_steps=2 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Images/EventPart_BackgroundPreview.gd" type="Script" id=1] |
|
|
|
[node name="BackgroundPreview" type="VBoxContainer"] |
|
margin_right = 40.0 |
|
margin_bottom = 40.0 |
|
script = ExtResource( 1 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="Box" type="CenterContainer" parent="."] |
|
margin_right = 200.0 |
|
margin_bottom = 200.0 |
|
mouse_filter = 1 |
|
size_flags_horizontal = 3 |
|
size_flags_vertical = 3 |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="TextureRect" type="TextureRect" parent="Box"] |
|
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
|
|
|