From 73cce5b740391ca101a9f200be41548f0a4500f0 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 11 Jun 2021 22:56:38 +0300 Subject: [PATCH] Set frame delay's min value at 0.01, does not let it become 0 --- src/UI/Timeline/FrameProperties.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UI/Timeline/FrameProperties.tscn b/src/UI/Timeline/FrameProperties.tscn index ad1680fe2..f80ad452a 100644 --- a/src/UI/Timeline/FrameProperties.tscn +++ b/src/UI/Timeline/FrameProperties.tscn @@ -59,9 +59,11 @@ margin_right = 193.0 margin_bottom = 42.0 mouse_default_cursor_shape = 2 size_flags_horizontal = 3 +min_value = 0.01 step = 0.05 value = 2.0 allow_greater = true suffix = "x" + [connection signal="confirmed" from="." to="." method="_on_FrameProperties_confirmed"] [connection signal="popup_hide" from="." to="." method="_on_FrameProperties_popup_hide"]