"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:
R-Sam-1980 2023-11-09 09:09:41 +08:00 committed by GitHub
parent 583a202622
commit 6d55d21d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 340 additions and 334 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;