This commit is contained in:
Patrick Moessler 2023-02-17 02:08:38 +01:00
parent 3b8449f00c
commit f2f8ccaf56

View file

@ -6,7 +6,7 @@ import math
from typing import Union, Generator
class BouncingSpot2(Effect):
class BouncingSpot(Effect):
def __init__(
self,
bounds: pg.Rect,