Compare commits

..

2 Commits

Author SHA1 Message Date
fedb4117b4 Merge branch 'master' of https://git.apisb.me/Thaen/DynamicAbstractionSystem
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 32s
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2025-06-16 15:32:37 -05:00
911ad00fdf food is smaller to make differentiating easier 2025-06-16 15:31:53 -05:00

View File

@ -156,7 +156,7 @@ class FoodObject(BaseEntity):
screen,
(255 - self.normalize_decay_to_color(), 0, 0),
camera.world_to_screen(*self.position.get_position()),
int(5 * camera.zoom)
int(3 * camera.zoom)
)
def __repr__(self) -> str: