started working on page style

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 23:14:30 +09:00
parent 7a0bca9938
commit 9939aab976
4 changed files with 98 additions and 31 deletions

View File

@@ -1,12 +1,11 @@
export const GAME_COLORS = {
export const GAME_COLORS = {
background: '#e8e2d6',
basicPlat: '#6c8ae4',
movingPlat: '#4cc9f0',
springPlat: '#80ed99',
basicPlat: '#6c8ae4',
movingPlat: '#4cc9f0',
springPlat: '#80ed99',
oneTimePlat: '#e76f51',
startingPlat: '#f4a261'
};
startingPlat: '#f4a261' };
export const PLATFORMS_GAP = 80;
export const PLATFORM_WIDHT = 70;