Hey guys i need some assistance im not sure what im doing wrong but when i try to make clickable areas on my game its giving me only one side and not the other side what am i doing wrong
result=renpy.imagemap("kitchen_idle.png","kitchen_hover.png",[(6,3,600,1078,"kitchen"),(1381,14,527,1078,"bathroom")])
if result == "kitchen":
e"i need to go to the kitchen"
if result == "shower":
e"i need to use the shower"
it only show the kitchen hover and not the bathroom can anyone perhaps help me out the kitchen and bathroom i did highlight in the kitchen_hover
result=renpy.imagemap("kitchen_idle.png","kitchen_hover.png",[(6,3,600,1078,"kitchen"),(1381,14,527,1078,"bathroom")])
if result == "kitchen":
e"i need to go to the kitchen"
if result == "shower":
e"i need to use the shower"
it only show the kitchen hover and not the bathroom can anyone perhaps help me out the kitchen and bathroom i did highlight in the kitchen_hover