added chunks
This commit is contained in:
@@ -4,7 +4,7 @@ namespace FOU.Scripts.Elements;
|
||||
|
||||
public class Water : Liquid {
|
||||
|
||||
public Water(int x, int y, ref Level level) : base(x, y, ref level) {
|
||||
public Water(int x, int y, ref Chunk chunk) : base(x, y, ref chunk) {
|
||||
Color = AddColorVariance(Colors.Blue);
|
||||
Density = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user