Add transparent enemy unit art

This commit is contained in:
2026-06-18 18:49:29 +09:00
parent 4bd18a3f53
commit e748db1598
13 changed files with 70 additions and 10 deletions

View File

@@ -1926,6 +1926,9 @@ foreach ($classProp in $classes.PSObject.Properties) {
if (Has-Prop $classProp.Value "sprite") {
Check-Portrait-Path (Get-Prop $classProp.Value "sprite" "") "Class $($classProp.Name) sprite"
}
if (Has-Prop $classProp.Value "enemy_sprite") {
Check-Portrait-Path (Get-Prop $classProp.Value "enemy_sprite" "") "Class $($classProp.Name) enemy_sprite"
}
}
$officerNames = New-Object System.Collections.Generic.HashSet[string]