0ad/binaries/data/mods/mod/gui/timedconfirmation/timedconfirmation.xml
phosit 6ffc251114
Some checks are pending
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / pre-commit (push) Waiting to run
Make timedconfirmation.js a module
Refs: #8081
2026-08-14 12:41:45 +02:00

47 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<objects>
<script directory="gui/common/"/>
<script module="gui/timedconfirmation/timedconfirmation.js"/>
<!-- Fade out the background because it's non-interactable -->
<object sprite="ModernFade" type="image"/>
<object name="tmcCancelHotkey" hotkey="cancel" />
<object name="tmcMain"
style="ModernDialog"
type="image"
>
<object name="tmcTitleBar"
style="ModernLabelText"
type="text"
size="50%-128 -18 50%+128 14"
/>
<object name="tmcTimerDisplay"
type="text"
style="ModernLabelText"
size="18 28 100%-18 38"
/>
<object name="tmcText"
type="text"
style="ModernLabelText"
size="18 40 100%-18 100%-64"
/>
<!-- The size of the following buttons is set dynamically in timedconfirmation.js -->
<object name="tmcButton1"
style="ModernButtonRed"
type="button"
hidden="true"
/>
<object name="tmcButton2"
style="ModernButtonRed"
type="button"
hidden="true"
/>
<object name="tmcButton3"
style="ModernButtonRed"
type="button"
hidden="true"
/>
</object>
</objects>