Add another TODO comment

This commit is contained in:
Pyrex 2023-09-19 21:04:51 -07:00
parent 5d941afe5e
commit 508fd28f04

View File

@ -198,6 +198,11 @@ class Vault {
assert(tiles.length == vx * vy);
}
// TODO: We should be assessing this based on whether the pattern in the input
// PNG had right-angled borders on this side, not based on the literal
// presence or absence of walls
//
// In other words, this is wrong.
static Vault fromVaultData(List<LevelTile> tiles, int vx, int vy) {
assert(tiles.length == vx * vy);
var smooth = {