2024-11-16 20:01:12
All checks were successful
sync / build (push) Successful in 23s

This commit is contained in:
actions[bot]
2024-11-16 20:01:12 +00:00
parent f05b5db167
commit b84f6e6137
57 changed files with 3047 additions and 532 deletions

View File

@@ -2638,7 +2638,6 @@ guiTypes = {
position = { x=245 y=73 }
quadTextureSprite = "GFX_carrier_airwing_comp_button"
clicksound = click_default
pdx_tooltip = CARRIER_AIR_WING_COMPOSITION_TITLE
}
instantTextboxType = {

File diff suppressed because it is too large Load Diff

View File

@@ -172,7 +172,7 @@ guiTypes = {
#### MODULE: Airplane Launcher ####
containerWindowType = {
name = "ship_airplane_launcher"
name = "sub_airplane_launcher"
position = { x=0 y=0 }
size = { width=100% height=100% }
@@ -184,7 +184,7 @@ guiTypes = {
}
containerWindowType = {
name = "ship_airplane_launcher@highlight"
name = "sub_airplane_launcher@highlight"
position = { x=0 y=0 }
size = { width=100% height=100% }
@@ -386,7 +386,7 @@ guiTypes = {
}
#### MODULE: Airplane Launcher ####
containerWindowType = {
name = "ship_airplane_launcher"
name = "sub_airplane_launcher"
position = { x=0 y=0 }
size = { width=100% height=100% }
@@ -398,7 +398,7 @@ guiTypes = {
}
containerWindowType = {
name = "ship_airplane_launcher@highlight"
name = "sub_airplane_launcher@highlight"
position = { x=0 y=0 }
size = { width=100% height=100% }

View File

@@ -376,6 +376,20 @@ guiTypes = {
spriteType = "GFX_NV_btn_taskforce_o_matic"
clicksound = click_default
}
buttonType = {
position = { x=244 y=@nv_tb_btn_y }
name = "btn_base_underway_replenishment"
spriteType = "GFX_NV_btn_base_partial_toggle"
clicksound = click_default
}
iconType = {
name = "btn_underway_replenishment"
position = {x=244 y=@nv_tb_btn_y}
spriteType = "GFX_NV_btn_underway_replenishment"
alwaystransparent = yes
}
buttonType = {
name = "btn_upgrade"
@@ -957,7 +971,7 @@ guiTypes = {
position = { x=60 y=38 }
text = "I DO THAT"
font = "hoi_16mbs"
maxWidth = 299
maxWidth = 269
maxHeight = 40
format = left
fixedsize = yes
@@ -983,6 +997,13 @@ guiTypes = {
spriteType = "GFX_NV_all_activities"
frame = 1
}
iconType = {
name = "underway_replenishment_icon"
position = {x=330 y=43}
spriteType = "GFX_NV_btn_underway_replenishment"
frame = 1
}
iconType = {
name = "fuel_stocks_icon"

View File

@@ -696,4 +696,27 @@ spriteTypes = {
name = "GFX_luneburg_lens_medium"
textureFile = "gfx/interface/technologies/navy_techtree/luneburg_lens.png"
}
### special projects
spriteType = {
name = "GFX_sp_battlecarrier"
textureFile = "gfx/interface/special_project/project_icons/sp_battlecarrier.png"
}
spriteType = {
name = "GFX_sp_nuclear_torpedo"
textureFile = "gfx/interface/special_project/project_icons/sp_naval_nuclear_torpedo.dds"
}
spriteType = {
name = "GFX_sp_vt_shell"
textureFile = "gfx/interface/special_project/project_icons/sp_naval_proximity_fuze.dds"
}
spriteType = {
name = "GFX_sp_super_heavy_guns"
textureFile = "gfx/interface/special_project/project_icons/sp_super_heavy_guns.png"
}
spriteType = {
name = "GFX_sp_subcarrier"
textureFile = "gfx/interface/special_project/project_icons/sp_subcarrier.png"
}
}

View File

@@ -875,6 +875,10 @@ spriteTypes = {
name = "GFX_SMI_ship_hull_cruiser_role_pc"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/ship_hull_cruiser_role_pc.png"
}
spriteType = {
name = "GFX_SMI_ship_hull_cruiser_role_mo"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/ship_hull_cruiser_role_mo.png"
}
## scheme & TDS
spriteType = {
@@ -1368,4 +1372,17 @@ spriteTypes = {
name = "GFX_SMI_ship_radar_finder"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/ship_radar_finder.png"
}
spriteType = {
name = "GFX_SMI_sub_nuclear_torpedo"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/sub_nuclear_torpedo.png"
}
spriteType = {
name = "GFX_SMI_sub_airplane_launcher_1"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/sub_airplane_launcher_1.png"
}
spriteType = {
name = "GFX_SMI_sub_airplane_launcher_2"
textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/sub_airplane_launcher_2.png"
}
}