2021-05-09 06:53:25 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<objects>
|
|
|
|
|
<script directory="gui/common/"/>
|
2026-07-27 03:23:43 -07:00
|
|
|
<script module="gui/incompatible_mods/incompatible_mods.js"/>
|
2021-05-09 06:53:25 -07:00
|
|
|
|
|
|
|
|
<!-- Add a translucent black background to fade out the menu page -->
|
|
|
|
|
<object type="image" sprite="ModernFade"/>
|
|
|
|
|
|
2021-06-01 23:44:43 -07:00
|
|
|
<object type="image" style="ModernDialog" size="50%-350 50%-200 50%+350 50%+200">
|
2021-05-09 06:53:25 -07:00
|
|
|
|
|
|
|
|
<object type="text" style="ModernLabelText" size="50%-128 -18 50%+128 14">
|
2021-06-01 23:44:43 -07:00
|
|
|
<translatableAttribute id="caption">Incompatible mods</translatableAttribute>
|
2021-05-09 06:53:25 -07:00
|
|
|
</object>
|
|
|
|
|
|
|
|
|
|
<object name="mainText" type="text" style="ModernTextPanel" size="20 20 100%-20 100%-52">
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
|
|
<object name="btnClose" type="button" style="ModernButtonRed" size="18 100%-45 100%-18 100%-17" hotkey="cancel">
|
|
|
|
|
<translatableAttribute id="caption">Ok</translatableAttribute>
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
</objects>
|