Skip to content

Commit

Permalink
Update translation template
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Oct 2, 2022
1 parent 050ed05 commit b4232c2
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 284 deletions.
6 changes: 1 addition & 5 deletions source/creator/windows/welcome.d
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,8 @@ protected:
ImVec2 vsSize = incMeasureString(INC_VERSION);
igSetCursorPos(ImVec2(512-(vsSize.x+12), 12));
incTextShadowed(INC_VERSION);

// igSetCursorPosY(origin.y+54);
// // Banner Image
// igImage( ImVec2(512, 200));

// Artist name
// Banner Artist Name
string artistString = _("Art by %s").format(INC_BANNER_ARTIST_NAME);
vsSize = incMeasureString(artistString);
igSetCursorPos(ImVec2(512-(vsSize.x+12), 200-(vsSize.y+8)));
Expand Down
Loading

0 comments on commit b4232c2

Please sign in to comment.