mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
turns out eating wasnt working right. it does now! only for dur 4
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user