dev: fast please

This commit is contained in:
cha0s 2024-07-07 17:35:04 -05:00
parent 8122018222
commit f3fe70410f

View File

@ -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,