diff --git a/game/00src/definitions/other.rpy b/game/00src/definitions/other.rpy index dc320b1..a5c8f7f 100644 --- a/game/00src/definitions/other.rpy +++ b/game/00src/definitions/other.rpy @@ -868,10 +868,8 @@ label end_of_demo: # This is so fucking stupid image nothing = Transform("#000000", alpha=0) +# For compatibility reasons we need to have this defined, we don't actually use it tho. python early: - # RoundedFrame by pseurae - # https://gist.github.com/Pseurae/661e6084f756fc917b2889a386b16664 - # modified by yours truly (i don't know shit about OpenGL) class RoundedFrame(renpy.display.image.Frame): def __init__(self, image, *args, **kwargs): radius = kwargs.pop("radius", 0.0)