mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
"Official Site" too close to "Credits" and Update Chinese translation (#464)
* "Official Site" too close to "Credits" * Update Chinese translation --------- Co-authored-by: duxiuxing <duxiuxing@foxmail.com>
This commit is contained in:
parent
583a202622
commit
6d55d21d6f
File diff suppressed because it is too large
Load Diff
@ -800,7 +800,7 @@ static void WindowCredits(void * ptr)
|
||||
GuiText * txt[numEntries];
|
||||
|
||||
txt[i] = new GuiText("Credits", 20, (GXColor){0, 0, 0, 255});
|
||||
txt[i]->SetAlignment(ALIGN_CENTRE, ALIGN_TOP); txt[i]->SetPosition(0,y); i++; y+=24;
|
||||
txt[i]->SetAlignment(ALIGN_CENTRE, ALIGN_TOP); txt[i]->SetPosition(0,y); i++; y+=32;
|
||||
|
||||
txt[i] = new GuiText("Official Site: https://github.com/dborth/vbagx", 20, (GXColor){0, 0, 0, 255});
|
||||
txt[i]->SetAlignment(ALIGN_CENTRE, ALIGN_TOP); txt[i]->SetPosition(0,y); i++; y+=32;
|
||||
|
Loading…
Reference in New Issue
Block a user