Skip to content

Commit

Permalink
FatBallDispenser: Move to Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Dec 29, 2024
1 parent ea3ac92 commit 493d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/generators/fatballdispenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class FatBallDispenser(Boxes):
# Angles in degrees use `a_` and angles in radians use `ar_` as prefix
# Edges of polygons are prefixed with `l_`

ui_group = "Unstable" # see ./__init__.py for names
ui_group = "Misc"

def __init__(self) -> None:
Boxes.__init__(self)
Expand Down

0 comments on commit 493d3aa

Please sign in to comment.