diff --git a/public/assets/tomato-seeds/start.js b/public/assets/tomato-seeds/start.js index cb0791f..e47bf38 100644 --- a/public/assets/tomato-seeds/start.js +++ b/public/assets/tomato-seeds/start.js @@ -27,7 +27,7 @@ if (projected?.length > 0) { Plant: { growScript: '/assets/tomato-plant/grow.js', mayGrowScript: '/assets/tomato-plant/may-grow.js', - stages: Array(5).fill(5), + stages: Array(5).fill(0.5), }, Sprite: { anchorX: 0.5,