完善样式设计:樱花粉风格

This commit is contained in:
2026-04-24 10:37:30 +08:00
parent 2f477272ab
commit 141405c5f5
5 changed files with 285 additions and 100 deletions
+7 -7
View File
@@ -60,13 +60,13 @@ int bricks[7][4][4][4] =
COLORREF BrickColor[7] =
{
RGB(255, 0, 0),
RGB(0, 255, 0),
RGB(0, 0, 255),
RGB(0, 255, 255),
RGB(255, 150, 0),
RGB(255, 255, 0),
RGB(168, 0, 168)
RGB(244, 144, 165),
RGB(255, 181, 197),
RGB(170, 215, 255),
RGB(134, 230, 220),
RGB(255, 187, 143),
RGB(255, 223, 146),
RGB(197, 170, 255)
};
/**