diff --git a/tutorials/scripting/gdscript/gdscript_exports.rst b/tutorials/scripting/gdscript/gdscript_exports.rst index 4e7430703ab..e2fa6b10596 100644 --- a/tutorials/scripting/gdscript/gdscript_exports.rst +++ b/tutorials/scripting/gdscript/gdscript_exports.rst @@ -164,7 +164,7 @@ The limits can be only for the slider if you add the hints "or_greater" and/or " :: - @export_range(0, 100, 1, "or_greater", "or_less") + @export_range(0, 100, 0.1, "or_greater", "or_less") var l .. TODO: Document other hint strings usable with export_range.