File tree Expand file tree Collapse file tree
Celeste_Launcher_Gui/Windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
2+ ## [ 3.16.3] ( https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.16.3 ) (2025-10-11)
3+ - Fixed a cosmetic bug with default color on ally/self/foe preview.
4+
25## [ 3.16.2] ( https://github.com/ProjectCeleste/Celeste.Launcher/releases/tag/v3.16.2 ) (2025-10-10)
36- New feature: Color picker for customizing in-game player colors.
47
Original file line number Diff line number Diff line change @@ -262,15 +262,15 @@ private string GetDefaultPreview(string playerNum)
262262 {
263263 if ( playerNum == "Ally" )
264264 {
265- return "C9 " ;
265+ return "C11 " ;
266266 }
267267 else if ( playerNum == "Self" )
268268 {
269- return "C10 " ;
269+ return "C9 " ;
270270 }
271271 else if ( playerNum == "Foe" )
272272 {
273- return "C11 " ;
273+ return "C10 " ;
274274 }
275275 else
276276 {
You can’t perform that action at this time.
0 commit comments