Add another TODO comment
This commit is contained in:
parent
5d941afe5e
commit
508fd28f04
@ -198,6 +198,11 @@ class Vault {
|
|||||||
assert(tiles.length == vx * vy);
|
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) {
|
static Vault fromVaultData(List<LevelTile> tiles, int vx, int vy) {
|
||||||
assert(tiles.length == vx * vy);
|
assert(tiles.length == vx * vy);
|
||||||
var smooth = {
|
var smooth = {
|
||||||
|
Loading…
Reference in New Issue
Block a user