diff --git a/src/game/game.c b/src/game/game.c index ab7284b..12bfaa7 100644 --- a/src/game/game.c +++ b/src/game/game.c @@ -179,7 +179,7 @@ void player_tick(yeti_t* yeti, entity_t* e) void player_init(entity_t* e) { - e->radius = 0; + e->radius = 64; e->ontick = player_tick; animation_init(&e->animation, 0, 0, 8, 192, LOOP_FOREVER); }