Compare commits
2 Commits
75e4948557
...
fedb4117b4
| Author | SHA1 | Date | |
|---|---|---|---|
| fedb4117b4 | |||
| 911ad00fdf |
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user