Tooltip Position

10/31/2015 08:51 naosou#1
Is there a way to set the coords to tooltip text in this code?

Code:
				{
					"name" : "LagerButton",
					"type" : "button",

					"x" : 10,
					"y" : 265,

					"tooltip_text" : "Lager",

					"default_image" : "d:/ymir work/ui/xxx/lager_button.tga",
					"over_image" : "d:/ymir work/ui/xxx/lager_button_hover.tga",
					"down_image" : "d:/ymir work/ui/xxx/lager_button_hover.tga",
				},
10/31/2015 09:14 Poccix#2
"tooltip_x" and "tooltip_y"
11/01/2015 00:04 naosou#3
Quote:
Originally Posted by Poccix View Post
"tooltip_x" and "tooltip_y"
Thank you very much. :)