rhamt-vscode-extension
Version:
RHAMT VSCode extension
13 lines (12 loc) • 300 B
text/typescript
export const skyAndGroundWidth = 5000;
export const gameWidth = 800;
export const gameHeight = 1200;
export const createInterval = 1000;
export const maxFlyingObjects = 4;
export const flyingObjectsStarterYAxis = -1100;
export const flyingObjectsStarterPositions = [
-300,
-150,
150,
300,
];