From 14974b7d199667b17ece1837c9cdeaebdc07e9e0 Mon Sep 17 00:00:00 2001 From: Legalo Date: Mon, 22 Apr 2024 15:30:49 -0300 Subject: [PATCH] Comment that shiet out --- game/00src/definitions/other.rpy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)