summaryrefslogtreecommitdiff
path: root/src/engine/levels/LevelNames.ts
blob: c8182ab85ba15a86fac60f09e27bde3ede38ebbe (plain)
1
2
3
4
5
6
export namespace LevelNames {
  export const Tutorial = "0";
  export const CarCadr = "1";
  export const ChurchNumeralsOne = "2";
  export const LevelSelection = "LevelSelection";
}