UI/UX: Cutscene button tweaks

- Make button text "Skip" instead of "Continue"
- Move to right side
- Improve sizing
This commit is contained in:
QwertyChouskie 2023-04-25 20:55:13 -07:00
parent 275e962de8
commit f130f63209

View File

@ -2,6 +2,6 @@
<stkgui>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<spacer width="10" proportion="1"/>
<button id="continue" x="20" align="left" text="Continue"/>
<button id="continue" align="right" height="fit" width="8f" text="Skip"/>
</div>
</stkgui>