I have labels on a map and when I'm over a label I check if the cursor's global pos is within the rect of a label by an is_pressed event. However, the rect being seems to be only roughly as big as the first character in the label's text. I am trying to avoid having to have an area plus a label so that I have less nodes to deal with.
If anyone knows what I am talking about, can you please clarify how I can get the rect to contain the whole word as I expected rather than what seems to be an arbitrarily small area.