Compare commits
No commits in common. "fedb4117b46a701d8fe3ed5f4d370adb4be10574" and "75e49485578f00e5eecc9b60c3bfbef6bf7787bd" have entirely different histories.
fedb4117b4
...
75e4948557
@ -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(3 * camera.zoom)
|
||||
int(5 * camera.zoom)
|
||||
)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user