10.12.2016, 14:02
If you're going to center the items beneath each other then by all means set TextDrawAlignment to center. In that case the whole list can probably be generated with a loop as well because the x-coordinate can stay the same while the y-coordinate is increased with a fixed amount each time. But that's beside the point.
Enable a box with a vivid color so you can verify where the clickable area actually is. You may have actually made the clickable areas too wide (290 is almost half the screen) so they may overlap the text on the right side.
Enable a box with a vivid color so you can verify where the clickable area actually is. You may have actually made the clickable areas too wide (290 is almost half the screen) so they may overlap the text on the right side.