more todo

This commit is contained in:
Lily-129 2022-02-23 20:07:03 -05:00 committed by GitHub
parent 073ae100a9
commit daf0451c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
//TODO: crimtane, enemies, crimsandstone, ichor
//Not doing: spawning
//Might not be possible: thorns (its breaking behavior would need a way for a pixel to detect when a pixel tryMove'd into its position)
//Might not be possible: thorns (its breaking behavior would need a way for a pixel to detect when a pixel tryMove'd into its position), clentamination (would require a way to go through pixels)
//Might or might not do: other spreading biomes, powders
function includesArray(parentArray, testArray) {
for (let i = 0; i < parentArray.length; i++) {