Add a new base banner for FARPs.

This commit is contained in:
MetalStormGhost 2021-11-19 02:58:46 +02:00 committed by RndName
parent 227b054279
commit 224c78ac11
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0
2 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,8 @@ class QBaseMenu2(QDialog):
return "./resources/ui/carrier.png"
elif self.cp.cptype == ControlPointType.LHA_GROUP:
return "./resources/ui/lha.png"
elif self.cp.cptype == ControlPointType.FOB and self.cp.has_helipads:
return "./resources/ui/heliport.png"
elif self.cp.cptype == ControlPointType.FOB:
return "./resources/ui/fob.png"
else:

BIN
resources/ui/heliport.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB