Add Carrots and Farming!

This commit is contained in:
IamPyu
2024-10-14 12:16:08 -06:00
parent 247d6b3c5d
commit 323e2039ea
25 changed files with 187 additions and 60 deletions

View File

@@ -1,3 +1,4 @@
PyuTest.make_food("pyutest_tools:apple", "Apple", "pyutest-apple.png", 6)
PyuTest.make_food("pyutest_tools:bread", "Bread", "pyutest-bread.png", 4)
PyuTest.make_food("pyutest_tools:carrot", "Carrot", "pyutest-carrot.png", 7)
PyuTest.make_food("pyutest_tools:water_bottle", "Water Bottle", "pyutest-water-bottle.png", 0)