Skip to content
Snippets Groups Projects
Commit 815c3672 authored by Bart Slinger's avatar Bart Slinger Committed by Lorenz Meier
Browse files

Add helicopter airframe icon (#5234)

parent 8aa3b245
No related branches found
No related tags found
No related merge requests found
......@@ -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"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment