Comment that shiet out

This commit is contained in:
Legalo 2024-04-22 15:30:49 -03:00 committed by Map
parent feaa5908b5
commit 14974b7d19
1 changed files with 1 additions and 3 deletions

View File

@ -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)