Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change UI chrono horizontal align to right #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Text Private_GetMLRace(Real _Scale, Vec2 _PosRatio, Real _SpecialScale, Vec2 _Cl
</frame>

<frame id="Frame_Chrono" pos="0 -76.5" hidden="1">
<label id="Label_Chrono" halign="center" valign="center" z-index="1" pos="0 0" size="50" textsize="2" scale="4" text="0" textfont="{{{G_FontChrono}}}"/>
<label id="Label_Chrono" halign="right" valign="center" z-index="1" pos="19.25 0" size="50" textsize="2" scale="4" text="0" textfont="{{{G_FontChrono}}}"/>
<quad halign="center" valign="center" z-index="1" pos="29.1 -4" size="15.2 5" style="Bgs1" substyle="BgDialogBlur" opacity="0.1" bluramount="0.1"/>
<quad halign="center" valign="center" z-index="1" pos="29.1 -4" size="15.2 5" bgcolor="888" opacity="0.3"/>
<label halign="center" valign="center" z-index="1" pos="29.3 -3.7" size="15" textsize="2" scale="1" text="RACE TIME" textfont="{{{G_FontMain}}}"/>
Expand Down