Skip to content

Commit

Permalink
Change DEFAULT_FLAT_BODY_THICKNESS to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Aug 10, 2024
1 parent f0dde3d commit 78073ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylele_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pylele_api import Shape
from pylele_base import LeleBase, LeleStrEnum

DEFAULT_FLAT_BODY_THICKNESS=25
DEFAULT_FLAT_BODY_THICKNESS=20

class BodyType(LeleStrEnum):
""" Body Type """
Expand Down

0 comments on commit 78073ba

Please sign in to comment.