started working on page style
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user