UI/UX: Cutscene button tweaks
- Make button text "Skip" instead of "Continue" - Move to right side - Improve sizing
This commit is contained in:
parent
275e962de8
commit
f130f63209
@ -2,6 +2,6 @@
|
|||||||
<stkgui>
|
<stkgui>
|
||||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
|
||||||
<spacer width="10" proportion="1"/>
|
<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>
|
</div>
|
||||||
</stkgui>
|
</stkgui>
|
||||||
|
Loading…
Reference in New Issue
Block a user