stk-code_catmod/data/gui/screens/cutscene.stkgui
QwertyChouskie f130f63209 UI/UX: Cutscene button tweaks
- Make button text "Skip" instead of "Continue"
- Move to right side
- Improve sizing
2023-05-11 12:44:04 -07:00

8 lines
266 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<spacer width="10" proportion="1"/>
<button id="continue" align="right" height="fit" width="8f" text="Skip"/>
</div>
</stkgui>