sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/configs/camp.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { GameConfig } from "./GameConfig";

export const campConfig = new GameConfig({
  worldWidth: 750,
  worldHeight: 427,
  backgroundImage: "",
});