summaryrefslogtreecommitdiff
path: root/src/engine/levels/utils.ts
blob: 7228f2ba36f81c1e6fbef038725ffb4d8bce17c0 (plain)
1
2
3
4
5
6
import { Entity } from "../entities";

// TODO
//export const levelFormatToEntityList = (lines: string[]): Entity[] => {
//
//}