mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Add helicopter airframe icon (#5234)
This commit is contained in:
committed by
Lorenz Meier
parent
8aa3b245a5
commit
815c367294
@@ -69,6 +69,8 @@ class XMLOutput():
|
||||
xml_group.attrib["image"] = "VTOLTiltRotor"
|
||||
elif (group.GetName() == "Coaxial Helicopter"):
|
||||
xml_group.attrib["image"] = "HelicopterCoaxial"
|
||||
elif (group.GetName() == "Helicopter"):
|
||||
xml_group.attrib["image"] = "Helicopter"
|
||||
elif (group.GetName() == "Hexarotor Coaxial"):
|
||||
xml_group.attrib["image"] = "Y6A"
|
||||
elif (group.GetName() == "Y6B"):
|
||||
|
||||
Reference in New Issue
Block a user