From a2b61b019367b7ba985b16de739d66302e878746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Tue, 25 Jan 2022 10:16:27 +0100 Subject: [PATCH] Increase resolution of camera sliders --- menu/settings_menu.tscn | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/menu/settings_menu.tscn b/menu/settings_menu.tscn index 68d1a43..907b16f 100644 --- a/menu/settings_menu.tscn +++ b/menu/settings_menu.tscn @@ -253,7 +253,7 @@ margin_right = 404.0 margin_bottom = 58.0 min_value = 1.0 max_value = 180.0 -step = 0.1 +step = 0.01 value = 70.0 __meta__ = { "_edit_use_anchors_": false @@ -274,9 +274,9 @@ __meta__ = { margin_top = 92.0 margin_right = 404.0 margin_bottom = 124.0 -min_value = -10.0 -max_value = 10.0 -step = 0.01 +min_value = -1.0 +max_value = 1.0 +step = 0.001 __meta__ = { "_edit_use_anchors_": false } @@ -296,9 +296,9 @@ __meta__ = { margin_top = 224.0 margin_right = 404.0 margin_bottom = 256.0 -min_value = -10.0 -max_value = 10.0 -step = 0.01 +min_value = -1.0 +max_value = 1.0 +step = 0.001 __meta__ = { "_edit_use_anchors_": false } @@ -318,9 +318,9 @@ __meta__ = { margin_top = 356.0 margin_right = 404.0 margin_bottom = 388.0 -min_value = -10.0 -max_value = 10.0 -step = 0.01 +min_value = -1.0 +max_value = 1.0 +step = 0.001 __meta__ = { "_edit_use_anchors_": false }