Skip to content

Commit

Permalink
Allow manual entry of brush size
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Jan 3, 2024
1 parent 4021de6 commit 1ff769d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func _ready() -> void:

add_brushes(list)

add_setting(SettingType.SLIDER, "size", 50, list, "m", 2, 200)
add_setting(SettingType.SLIDER, "size", 50, list, "m", 2, 200, 1, ALLOW_OUT_OF_BOUNDS)
add_setting(SettingType.SLIDER, "opacity", 10, list, "%", 1, 100)
add_setting(SettingType.CHECKBOX, "enable", true, list)

Expand Down

0 comments on commit 1ff769d

Please sign in to comment.