Skip to content

Commit

Permalink
格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
telecomadm1145 committed Nov 18, 2023
1 parent 089939a commit 9390f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmania/MainMenuScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MainMenuScreen : public Screen {
return;
}
buf.DrawString("Cmania " GIT_LATEST_TAG "\n\n按下 Enter 进入选歌界面\n按下 O 键进行设置", 0, 0, {}, {});
buf.DrawString("Compiled with MSVC v" QUOTE(_MSC_VER) "(git-" GIT_COMMIT_HASH "@" GIT_COMMIT_DATE ")\nOriginal game by peppy ( https://osu.ppy.sh )\nCopyright 2023 telecomadm1145 ( https://github.com/telecomadm1145/cmania )", 0, buf.Height - 3, {}, {});
buf.DrawString("Compiled with MSVC v" QUOTE(_MSC_VER) "(git-" GIT_COMMIT_HASH "@" GIT_COMMIT_DATE ")\nOriginal game by peppy( https://osu.ppy.sh )\nCopyright 2023 telecomadm1145( https://github.com/telecomadm1145/cmania )", 0, buf.Height - 3, {}, {});
//buf.DrawString("Loading beatmap cache...", 0, 0, {}, {});
//buf.DrawString("正在播放", 0, 0, {}, {});
}
Expand Down

0 comments on commit 9390f2b

Please sign in to comment.