export const GAME_WIDTH = 360; export const GAME_HEIGHT = 640; export const PLAYER_SIZE = 32; export const TICK_RATE = 30;