Skip to content

Commit

Permalink
"Official Site" too close to "Credits" (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: duxiuxing <[email protected]>
  • Loading branch information
R-Sam-1980 and duxiuxing authored Nov 7, 2023
1 parent 765b99b commit 082489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ static void WindowCredits(void * ptr)
GuiText * txt[numEntries];

txt[i] = new GuiText("Credits", 30, (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/fceugx", 20, (GXColor){0, 0, 0, 255});
txt[i]->SetAlignment(ALIGN_CENTRE, ALIGN_TOP); txt[i]->SetPosition(0,y); i++; y+=32;
Expand Down

0 comments on commit 082489f

Please sign in to comment.