Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
2.8 kB
6
Indexable
Never
					if app.__AUTO_SKILL_READER__:
						{
							"name" : "Skill_TitleBar",
							"type" : "titlebar_skill",
							"style" : ("attach",),
	
							"x" : 8,
							"y" : 7,
	
							"width" : 238,
							"color" : "red",
	
							"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,
												},
											),
										},
									),
								},
								{
									"name" : "Sell_Skill_Base",
									"type" : "image",
									"style" : ("attach",),
	
									"x" : 0+40,
									"y" : 0,
									"image" : "d:/ymir work/ui/game/character/titlebar_inv_refresh_baseframe.tga",
									"children" :
									(
										{
											"name" : "TradeSkillButton",
											"type" : "button",
											"x" : 11,
											"y" : 3,
											"default_image" : "d:/ymir work/ui/game/character/sell_skill_button_01.png",
											"over_image" : "d:/ymir work/ui/game/character/sell_skill_button_02.png",
											"down_image" : "d:/ymir work/ui/game/character/sell_skill_button_03.png",
											"children" :
											(
												{
													"name":"",
													"type":"ballon",
													"width":60,
													"text": localeInfo.BUTTON_SELL_SKILL_DESC,
													"x":0,
													"y":-38,
													"horizontal_align":"center",
													"hide":1,
													"istooltip":1,
												},
											),
										},
									),
								},
							),
						},
				else:
					{
						"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