stk-code_catmod/data/gui/screens/credits.stkgui
2019-10-29 12:43:50 +08:00

25 lines
760 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
<icon id="logo" align="center" proportion="4" width="100%" icon="gui/icons/logo_slim.png"/>
<div x="0" y="0" width="100%" proportion="1" layout="horizontal-row" >
<header I18N="Title in credits screen" text="Credits" />
<spacer proportion="1" />
<!--
<button id="donate" width="fit" align="center" text="Donate to help keep SuperTuxKart going!"/>
-->
</div>
<box id="animated_area" width="100%" proportion="10" padding="0">
</box>
</div>
</stkgui>