From 3d6bb56feef661d43436cb466f14b4205fcaed0a Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 18 Nov 2025 02:15:05 +1000 Subject: [PATCH] Add note re scaling --- src/SharpIDE.Godot/Features/Settings/SettingsWindow.tscn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SharpIDE.Godot/Features/Settings/SettingsWindow.tscn b/src/SharpIDE.Godot/Features/Settings/SettingsWindow.tscn index 32f30ab..f5a152b 100644 --- a/src/SharpIDE.Godot/Features/Settings/SettingsWindow.tscn +++ b/src/SharpIDE.Godot/Features/Settings/SettingsWindow.tscn @@ -61,3 +61,8 @@ step = 0.1 value = 1.0 update_on_text_changed = true custom_arrow_step = 0.1 + +[node name="Label" type="Label" parent="HSplitContainer/PanelContainer/MarginContainer/VBoxContainer2"] +layout_mode = 2 +theme_override_colors/font_color = Color(0.5686275, 0.5686275, 0.5686275, 1) +text = "Experimental. Non-integer scales will be blurry."