13 lines
669 B
XML
13 lines
669 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<modelCategory name="Ship" displayName="Ships" icon="ship_icon.png">
|
|
<model name="Destroyer" displayName="Destroyer"
|
|
description="High-speed combat vessel with powerful anti-submarine and air defense capabilities"
|
|
meshFile="models/destroyer.ive"
|
|
icon="icons/destroyer_icon.png"
|
|
enabled="true"/>
|
|
<model name="Aircraft Carrier" displayName="Aircraft Carrier"
|
|
description="Large aircraft carrier, mobile airfield and command center at sea"
|
|
meshFile="models/carrier.ive"
|
|
icon="icons/carrier_icon.png"
|
|
enabled="true"/>
|
|
</modelCategory> |