Skip to content

Commit

Permalink
added Captain Mark for Think_About
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalHash committed Jan 19, 2024
1 parent bb82495 commit d799dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ChangedScripts/ScoreboardRender.as
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ float drawScoreboard(CPlayer@ localplayer, CPlayer@[] players, Vec2f topleft, CT
GUI::DrawIcon("CaptainMark/Custom/cm_pnext.png", 0, Vec2f(33, 9), topleft + Vec2f(-72, 0), 1.0f, 0);
else if (username == "egor0928931")
GUI::DrawIcon("CaptainMark/Custom/cm_egor.png", 0, Vec2f(35, 9), topleft + Vec2f(-76, 0), 1.0f, 0);
else if (username == "Think_About")
GUI::DrawIcon("CaptainMark/Custom/cm_think.png", 0, Vec2f(31, 9), topleft + Vec2f(-72, 0), 1.0f, 0);
else if (g_locale == "ru")
GUI::DrawIcon("CaptainMark/ru.png", 0, Vec2f(38, 9), topleft + Vec2f(-84, 0), 1.0f, 0);
else if (g_locale == "de")
Expand Down

0 comments on commit d799dbd

Please sign in to comment.