Skip to content

Commit

Permalink
Merge pull request #10075 from KleidonBD/patch-1
Browse files Browse the repository at this point in the history
Fix "or_greater"/"or_less" code example
  • Loading branch information
mhilbrunner authored Nov 5, 2024
2 parents 7e1cb19 + 198625e commit eee29a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/scripting/gdscript/gdscript_exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eee29a2

Please sign in to comment.