mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Make animation button visible on DropShadow dialog
This commit is contained in:
parent
8ffcfd7bd9
commit
a13881ef58
|
@ -6,18 +6,11 @@
|
|||
|
||||
[node name="DropShadowDialog" instance=ExtResource("1")]
|
||||
title = "Drop Shadow"
|
||||
size = Vector2i(360, 413)
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="VBoxContainer" parent="." index="3"]
|
||||
offset_bottom = 340.0
|
||||
|
||||
[node name="TextureRect" parent="VBoxContainer/ShowAnimate" index="0"]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
offset_left = 0.0
|
||||
offset_top = 0.0
|
||||
offset_right = 0.0
|
||||
offset_bottom = 0.0
|
||||
offset_bottom = 364.0
|
||||
|
||||
[node name="TransparentChecker" parent="VBoxContainer/AspectRatioContainer/Preview" index="0"]
|
||||
anchor_right = 0.0
|
||||
|
|
|
@ -26,13 +26,12 @@ mouse_default_cursor_shape = 2
|
|||
toggle_mode = true
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/ShowAnimate"]
|
||||
layout_mode = 0
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 2.0
|
||||
offset_top = 2.0
|
||||
offset_right = -2.0
|
||||
offset_bottom = -2.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("4")
|
||||
expand_mode = 1
|
||||
stretch_mode = 6
|
||||
|
|
Loading…
Reference in a new issue