chore: wheat stages

This commit is contained in:
jull 2025-03-29 14:24:32 +01:00
parent 3f9ce33231
commit 077c7484c4
2 changed files with 26 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public class SpriteLoader {
SPRITES_MAP.put(SPRITES.NUMBER, new Number()); SPRITES_MAP.put(SPRITES.NUMBER, new Number());
// SEEDS // SEEDS
SPRITES_MAP.put(SPRITES.WHEAT, new Farmable("dirt.ans", "grass.ans", "sand.ans")); SPRITES_MAP.put(SPRITES.WHEAT, new Farmable("wheat_stage1.ans", "wheat_stage2.ans", "wheat_stage3.ans"));
// ITEMS // ITEMS

View File

@ -0,0 +1,25 @@