mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
skin_rounded_square_fix
This commit is contained in:
parent
8b4b9ae687
commit
2eed004407
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ module rounded_square_shape(size, delta, progress, center = true) {
|
|||
// for skin
|
||||
|
||||
function skin_rounded_square(size, delta, progress, thickness_difference) =
|
||||
rounded_rectangle_profile(size - (delta * progress), fn=$shape_facets, r=$corner_radius);
|
||||
rounded_rectangle_profile(size - (delta * progress) - [thickness_difference, thickness_difference], fn=$shape_facets, r=$corner_radius);
|
||||
|
|
Loading…
Reference in a new issue