attempt noise gen

This commit is contained in:
StephenAdamson
2024-12-14 00:03:52 +00:00
parent 7363ec9d39
commit bf3ddd0e74
10 changed files with 102 additions and 70 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ pub struct Nameable {
}
#[derive(Component)]
pub struct Compostable {
pub struct Decaying {
decay: u8,
}