mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
fix the colors on this horrendous popup
This commit is contained in:
parent
45ce360836
commit
67c7305acc
1 changed files with 4 additions and 4 deletions
|
@ -187,10 +187,10 @@ void ModInfoPopup::onInfo(CCObject*) {
|
|||
nullptr,
|
||||
("About " + info.getName()).c_str(),
|
||||
fmt::format(
|
||||
"<cr>ID: {}</c>\n"
|
||||
"<cg>Version: {}</c>\n"
|
||||
"<cp>Developer: {}</c>\n"
|
||||
"<cb>Path: {}</c>\n",
|
||||
"<cr>ID:</c> {}\n"
|
||||
"<cg>Version:</c> {}\n"
|
||||
"<cy>Developer:</c> {}\n"
|
||||
"<cy>Path:</c> {}\n",
|
||||
info.getID(),
|
||||
info.getVersion().toString(),
|
||||
info.getDeveloper(),
|
||||
|
|
Loading…
Reference in a new issue