Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
1.6 kB
3
Indexable
Never
if app.__AUTO_SKILL_READER__:
						"children" :
						(
							{ "name":"TitleName", "type":"text", "x":40, "y":-1, "text":uiScriptLocale.CHARACTER_SKILL, "all_align":"center" },
							{
								"name" : "Auto_Skill_Base",
								"type" : "image",
								"style" : ("attach",),

								"x" : 0,
								"y" : 0,

								"image" : "d:/ymir work/ui/game/character/titlebar_inv_refresh_baseframe.tga",

								"children" :
								(
									{
										"name" : "SkillReaderButton",
										"type" : "button",
										"x" : 11,
										"y" : 3,
										"default_image" : "d:/ymir work/ui/game/character/auto_skill_button_01.png",
										"over_image" : "d:/ymir work/ui/game/character/auto_skill_button_02.png",
										"down_image" : "d:/ymir work/ui/game/character/auto_skill_button_03.png",
										"children" :
										(
											{
												"name":"",
												"type":"ballon",
												"width":60,
												"text": localeInfo.Auto_Skill_Reader,
												"x":0,
												"y":-38,
												"horizontal_align":"center",
												"hide":1,
												"istooltip":1,
											},
										),
									},
								),
							},
else:
				"children" :
				[
					{
						"name" : "Skill_TitleBar",
						"type" : "titlebar",
						"style" : ("attach",),

						"x" : 8,
						"y" : 7,

						"width" : 238,
						"color" : "red",

						"children" :
						(
							{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":uiScriptLocale.CHARACTER_SKILL, "all_align":"center" },
						),
					},
Leave a Comment