food positioning

This commit is contained in:
Sam
2024-07-08 21:35:46 +12:00
parent d372e109fa
commit 7458d3188e
4 changed files with 27 additions and 672 deletions

View File

@@ -135,7 +135,7 @@ const hatConfig = {
};
const foodConfig = {
apple: { sizeMult: 3.5, n: 4 },
apple: { sizeMult: 0.25, n: 4 },
nothing: { sizeMult: 2, n: 5 },
};