2025-05-31 09:36:20

This commit is contained in:
actions[bot]
2025-05-31 09:36:20 +00:00
parent f0b9bf285b
commit 9af290fd00
287 changed files with 19587 additions and 28474 deletions

View File

@@ -53,7 +53,7 @@ guiTypes = {
name = "az_leadermenu_small_window"
orientation = UPPER_LEFT
position = { x = 0 y = 40 }
size = { width = 390 height= 650 }
size = { width = 400 height= 650 }
verticalScrollbar = "az_slider"
Background ={
name ="Background"#背景
@@ -316,7 +316,7 @@ guiTypes = {
name = "az_single_leader_menu"
position = { x = 0 y = 0}
size = { width = 300 height = 120 }
iconType ={
name ="az_single_leader_menu_bg"
spriteType = "GFX_az_single_leader_menu_bg"
@@ -355,7 +355,7 @@ guiTypes = {
}
buttonType = {
name = "az_single_leader_xiujia"
position = { x = 150 y = -40 }
position = { x = 120 y = -40 }
quadTextureSprite ="GFX_az_smallbutton2"
Orientation = LOWER_LEFT
clicksound = click_close
@@ -365,7 +365,7 @@ guiTypes = {
}
buttonType = {
name = "az_single_leader_huanzhuang"
position = { x = 270 y = -40 }
position = { x = 210 y = -40 }
quadTextureSprite ="GFX_az_smallbutton2"
Orientation = LOWER_LEFT
clicksound = click_close
@@ -383,5 +383,15 @@ guiTypes = {
buttonText = az_single_leader_xiuchangjia_text
pdx_tooltip = az_single_leader_xiuchangjia_tooltip
}
buttonType = {
name = "az_single_leader_shiyue"
position = { x = 300 y = -40 }
quadTextureSprite ="GFX_az_smallbutton2"
Orientation = LOWER_LEFT
clicksound = click_close
buttonFont = "vic_18"
buttonText = az_single_leader_shiyue_text
pdx_tooltip = az_single_leader_shiyue_tooltip
}
}
}