// src/config.ts export const GameConfig = { aspectRatio: 2 / 1, backgroundColor: '#f2e4a9', borderColor: '#23a5a5' };