Remove ingame panel def.

This commit is contained in:
Kilian Hofmann 2025-07-03 22:03:40 +02:00
parent 09397edef9
commit 9bb92371bc
2 changed files with 0 additions and 25 deletions

View File

@ -30,14 +30,6 @@
<Exclude>vendor-*</Exclude> <Exclude>vendor-*</Exclude>
</Config> </Config>
</AssetGroup> </AssetGroup>
<AssetGroup Name="load-manager-panel">
<Type>SPB</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\load-manager-panel\</AssetDir>
<OutputDir>InGamePanels\</OutputDir>
</AssetGroup>
<AssetGroup Name="md-11-panel-config"> <AssetGroup Name="md-11-panel-config">
<Type>Copy</Type> <Type>Copy</Type>
<Flags> <Flags>

View File

@ -1,17 +0,0 @@
<SimBase.Document Type="InGamePanels" version="1,0">
<Filename>tfdidesign-md11-load-manager.spb</Filename>
<InGamePanels.InGamePanelDefinition
id="TFDIDESIGN_MD11_LOAD_MANAGER_PANEL"
Name="tfdidesign-md11-load-manager"
url="html_UI/InGamePanels/tfdidesign-md11-load-manager-panel/index.html"
resizeDirections="both"
minWidth="100"
minHeight="70"
defaultWidth="100"
defaultHeight="70"
defaultTop="10"
defaultLeft="10"
icon="ICON_TFDIDESIGN_MD11_LOAD_MANAGER"
buttonVisible="true">
</InGamePanels.InGamePanelDefinition>
</SimBase.Document>