Hi, I'm creating a navigation screen.
I have inserted some buttons to make an action vertically, but inserting a text of what I am at the side or below is aesthetically ugly.
So I wanted to know how I can insert that text next to the cursor when I pass the cursor on the button.
The code of the buttons is more or less like this:
I have inserted some buttons to make an action vertically, but inserting a text of what I am at the side or below is aesthetically ugly.
So I wanted to know how I can insert that text next to the cursor when I pass the cursor on the button.
The code of the buttons is more or less like this:
Python:
button xysize (110, 110):
has vbox ysize 110 spacing 0
frame xysize (110, 110) background None:
imagebutton idle act.icon align (0.5, 0.0) focus_mask True:
action [Hide('wait_navigation'), Jump(act.label)]
# text act.name font 'DejaVuSans.ttf' size 18 drop_shadow [(2, 2)] xalign 0.5 text_align 0.5 line_leading 0 line_spacing -2