Move to settings dropdown instead of category buttons, add Buffalo Fractal, fix settings issue

This commit is contained in:
csd4ni3l
2025-06-25 20:05:33 +02:00
parent 81e60e5862
commit 333e5a23e8
6 changed files with 65 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ class FractalChooser(arcade.gui.UIView):
self.grid = self.add_widget(arcade.gui.UIGridLayout(row_count=4, column_count=3, horizontal_spacing=10, vertical_spacing=10))
self.anchor.add(self.grid, anchor_x="center", anchor_y="center")
def on_show_view(self):
super().on_show_view()