init
This commit is contained in:
9
Scripts/Elements/Dirt.cs
Normal file
9
Scripts/Elements/Dirt.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace FOU.Scripts.Elements;
|
||||
|
||||
public class Dirt : Solid {
|
||||
public Dirt() {
|
||||
Color = Colors.Brown;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user