hide tongue in menu

This commit is contained in:
ethan merchant 2024-11-25 14:03:45 -05:00
parent d65a9fb8a5
commit dd862a89cc

View file

@ -152,7 +152,7 @@ static class Arts
// snake
float snake_t = headmove.state ? Maths.u_clamp(Maths.smooth_stop((float)Mono.step_t) * 3.0f) : 1.0f;
bool food_next = !Mono.eaten_latch.state && (Mono.snake[0] + Mono.snake_dir) == Mono.food;
if (!food_next)
if (!Mono.menu && !food_next)
{
meshes["Tongue"].Draw(
mat_mono,