food is smaller to make differentiating easier
This commit is contained in:
parent
6c98d5d84e
commit
911ad00fdf
@ -156,7 +156,7 @@ class FoodObject(BaseEntity):
|
|||||||
screen,
|
screen,
|
||||||
(255 - self.normalize_decay_to_color(), 0, 0),
|
(255 - self.normalize_decay_to_color(), 0, 0),
|
||||||
camera.world_to_screen(*self.position.get_position()),
|
camera.world_to_screen(*self.position.get_position()),
|
||||||
int(5 * camera.zoom)
|
int(3 * camera.zoom)
|
||||||
)
|
)
|
||||||
|
|
||||||
def __repr__(self) -> str:
|
def __repr__(self) -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user