uv build local project dev

This commit is contained in:
2025-09-06 15:43:58 +02:00
parent 2929064f4d
commit 6902f07161
6 changed files with 30 additions and 17 deletions

View File

@@ -112,8 +112,8 @@ class LargeUltimaPattern(Pattern):
y_pos=self.center_y,
width=self.SPACE_BETWEEN_SPHERE * 2,
angle_start=(i * 360 / sphere_on_circle) % 360,
#angle_end=((i + 1) * 360 / sphere_on_circle) % 360,
angle_end=(360 / sphere_on_circle ),
# angle_end=((i + 1) * 360 / sphere_on_circle) % 360,
angle_end=(360 / sphere_on_circle),
parent=self,
)
)