2024-08-03 22:28:17
All checks were successful
sync / build (push) Successful in 51s

This commit is contained in:
actions[bot]
2024-08-03 22:28:17 +08:00
parent c2fe2f9625
commit fda3c75687
18 changed files with 366 additions and 127 deletions

View File

@@ -19,4 +19,16 @@ spriteTypes = {
# name = "GFX_doh_civ_naval_equipment_medium"
# texturefile = "gfx/interface/technologies/support_equipment_1.dds"
# }
spriteType = {
name = "GFX_doh_xiaodi_icon"
textureFile = "gfx/interface/autonomy/autonomy_collaboration_government.dds"
}
spriteType = {
name = "GFX_doh_yuanzhengjun_icon"
textureFile = "gfx/interface/autonomy/autonomy_freedom_icon.dds"
}
spriteType = {
name = "GFX_doh_fanshu_icon"
textureFile = "gfx/interface/autonomy/doh_fanshu.png"
}
}