Add gameover and overall layout

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 23:54:52 +09:00
parent 9939aab976
commit acead592b7
4 changed files with 126 additions and 38 deletions

View File

@@ -5,7 +5,8 @@ export const GAME_COLORS = {
movingPlat: '#4cc9f0',
springPlat: '#80ed99',
oneTimePlat: '#e76f51',
startingPlat: '#f4a261' };
startingPlat: '#f4a261'
};
export const PLATFORMS_GAP = 80;
export const PLATFORM_WIDHT = 70;
@@ -17,5 +18,3 @@ export const PLAT_TYPE = {
SPRING: 'spring',
ONE_TIME: 'one-time'
};