Skip to content

Commit

Permalink
"Official Site" too close to "Credits"
Browse files Browse the repository at this point in the history
  • Loading branch information
duxiuxing committed Nov 8, 2023
1 parent 583a202 commit 1c400b7
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 @@ -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;
Expand Down

0 comments on commit 1c400b7

Please sign in to comment.