Skip to content

Commit

Permalink
Update welcome banner text
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Aug 11, 2023
1 parent 3edf50a commit 28a6f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/ui/banner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/creator/windows/welcome.d
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected:
);

//Logo
igSetCursorPosY(origin.y+4);
igSetCursorPos(ImVec2(0, 0));
version(InBranding) {
igImage(cast(void*)bannerLogo.getTextureId(), ImVec2(bannerLogo.width/4, bannerLogo.height/4));
} else {
Expand Down

0 comments on commit 28a6f41

Please sign in to comment.