Hi, I really love your plugin and plan to use it! I was wondering though, specifically with this bit of code
define left_buttons = [
(("look"),(530, 430),"left_frame", None),
(("look"),(1140, 550),"left_door", None),
(("move"),(1140, 650),"escape", "pnc_flags.get('door_unlocked') == True"), # Condition. The way it's written ensures that the game doesn't throw an error if the "door_unlocked" key isn't in the dictionary
(("move"),(1720, 540),"to_right", None),
]
define right_buttons = [
(("look"),(1390, 430), "right_frame", None),
(("move"),(200, 540), "to_left", None),
]
Is there a way for these to be imagebuttons instead of text with a frame?
Thank you!
