adjusted liquid behavior

This commit is contained in:
2025-05-25 13:12:26 +02:00
parent 7458d5749c
commit b0b5e95eda
3 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class Element{
Chunk.SetElementActive(this, Active);
}
public Element(int x, int y, Chunk chunk) {
public Element(int x, int y, Chunk chunk, bool active = true) {
Position.X = x;
Position.Y = y;
Chunk = chunk;