mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-14 08:09:55 +00:00
nominally support skin ISO enter
This commit is contained in:
parent
16a6e6c324
commit
d6adf5669c
4 changed files with 31 additions and 6 deletions
|
@ -27,9 +27,11 @@ module key_shape(size, delta, progress = 0) {
|
|||
}
|
||||
}
|
||||
|
||||
function skin_key_shape(size, delta, progress = 0) =
|
||||
function skin_key_shape(size, delta, progress = 0, thickness_difference) =
|
||||
$key_shape_type == "rounded_square" ?
|
||||
skin_rounded_square(size, delta, progress) :
|
||||
$key_shape_type == "sculpted_square" ?
|
||||
skin_sculpted_square_shape(size, delta, progress) :
|
||||
$key_shape_type == "iso_enter" ?
|
||||
skin_iso_enter_shape(size, delta, progress, thickness_difference) :
|
||||
echo("Warning: unsupported $key_shape_type for skin shape. disable skin_extrude_shape or pick a new shape");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue