mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add a new base banner for FARPs.
This commit is contained in:
parent
227b054279
commit
224c78ac11
@ -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
BIN
resources/ui/heliport.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
Loading…
x
Reference in New Issue
Block a user