Skip to content

Commit

Permalink
Decreased max line thickness to 32 & increased slider length
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Sep 29, 2024
1 parent 3dd930b commit 01f49fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Migrated from Godot 3.5.3 to Godot 4.3
- Improved stability and quality of the brush tool
- UI overhaul
- Decreased max line thickness from 50 to 32
- Improved icon resolution on Windows
- Disabled all audio functionality inherited from Godot

Expand Down
4 changes: 2 additions & 2 deletions lorien/UI/Toolbar.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ action_mode = 0
text = "#ffffff"

[node name="BrushSizeSlider" type="HSlider" parent="Console/Left"]
custom_minimum_size = Vector2(120, 20)
custom_minimum_size = Vector2(200, 20)
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
tooltip_text = "TOOLBAR_TOOLTIP_BRUSH_SIZE"
min_value = 1.0
max_value = 50.0
max_value = 32.0
value = 5.0

[node name="BrushSizeLabel" type="Label" parent="Console/Left"]
Expand Down

0 comments on commit 01f49fb

Please sign in to comment.