turns out eating wasnt working right. it does now! only for dur 4

This commit is contained in:
Sam
2024-06-30 00:20:14 +12:00
parent 8a6aa8beab
commit d372e109fa
6 changed files with 24 additions and 9 deletions

View File

@@ -131,8 +131,12 @@ const hatConfig = {
cap: { x: 3.5, y: -13 },
top_hat: { x: 2, y: -20 },
center_box_full: { x: 0, y: 0 },
center_box_hollow: { x: 0, y: 0 },
// Add more hats with their specific offsets here
center_box_hollow: { x: 0, y: 0 }
};
const foodConfig = {
apple: { sizeMult: 3.5, n: 4 },
nothing: { sizeMult: 2, n: 5 },
};