Ren'Py [SOLVED]imagebutton not working right

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,041
3,140
okay I have one problem with imagebutton

here my code
Python:
screen d_room():
    modal True

    imagebutton:
        focus_mask True
        idle "images/bedroom/david/d_room_bed.png"
        hover (im.MatrixColor("images/bedroom/david/d_room_bed.png",im.matrix.brightness(0.30)))
        action [Hide("d_room"), Call("Sleep")]
d_room_bed.png Brother.png


here is video it shouldn't be doing this it didn't do this before
View attachment New Project.webm
 
Last edited:

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,041
3,140
I know why it doing it it's the stupid shadow

I don't need hlep