added density
code improvements
This commit is contained in:
@@ -5,8 +5,8 @@ namespace FOU.Scripts.Elements;
|
||||
public class Dirt : Solid {
|
||||
|
||||
public Dirt(int x, int y, ref Level level) : base(x, y, ref level) {
|
||||
Color = Colors.Brown;
|
||||
Color = AddColorVariance(Color);
|
||||
Color = AddColorVariance(Colors.Brown);
|
||||
Density = 10;
|
||||
}
|
||||
|
||||
public override bool Update(int currentFrame) {
|
||||
|
||||
Reference in New Issue
Block a user