Add transparent enemy unit art
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user